HomeSort by relevance Sort by last modified time
    Searched refs:OMX (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/include/media/
IOMX.h 30 #include <android/hardware/media/omx/1.0/IOmxNode.h>
48 using hardware::media::omx::V1_0::IOmxNode;
52 DECLARE_META_INTERFACE(OMX);
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 0 ## Omx Hal @ 1.0 tests ##
4 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.
7 Functionality of master is to enumerate all the omx components (and the roles it supports) available in android media framework.
12 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.
17 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.
26 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
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 32 #include <media/omx/1.0/WOmxNode.h>
452 using ::android::hardware::media::omx::V1_0::utils::LWOmxNode;
554 IMPLEMENT_META_INTERFACE(OMX, "android.hardware.IOMX");
    [all...]

Completed in 146 milliseconds