platform_hardware_interfaces/media/omx/1.0/vts/functional
Ram Mohan M 51f04884ba Merge "bug fix: close file pointer" into oc-dev
am: 8735fb45a5

Change-Id: I7ca0f4992804da30eaac7ca24b2dbe9004a5ac55
2017-08-19 01:45:20 +00:00
..
audio Merge "bug fix: configure input port buffer size" into oc-dev 2017-08-19 01:44:50 +00:00
common bug fix: configure input port buffer size 2017-08-17 05:31:33 -07:00
component Merge "bug fix: configure input port buffer size" into oc-dev 2017-08-19 01:44:50 +00:00
master Print test information to the target device's logcat 2017-07-06 17:29:43 -07:00
video Merge "bug fix: close file pointer" into oc-dev 2017-08-19 01:45:20 +00:00
README.md Omx vts tests. 2017-05-31 12:53:37 -07:00

Omx Hal @ 1.0 tests


Overview :

The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.

master :

Functionality of master is to enumerate all the omx components (and the roles it supports) available in android media framework.

usage: VtsHalMediaOmxV1_0TargetMasterTest -I default

component :

This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.

usage: VtsHalMediaOmxV1_0TargetComponentTest -I default -C -R

audio :

This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.

usage:

VtsHalMediaOmxV1_0TargetAudioDecTest -I default -C -R audio_decoder. -P /sdcard/media/

VtsHalMediaOmxV1_0TargetAudioEncTest -I default -C -R audio_encoder. -P /sdcard/media/

video :

This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.

usage:

VtsHalMediaOmxV1_0TargetVideoDecTest -I default -C -R video_decoder. -P /sdcard/media/

VtsHalMediaOmxV1_0TargetVideoEncTest -I default -C -R video_encoder. -P /sdcard/media/

While tesing audio/video encoder, decoder components, test fixtures require input files. These input are files are present in the folder 'res'. Before running the tests all the files in 'res' have to be placed in '/media/sdcard/' or a path of your choice and this path needs to be provided as an argument to the test application