Searched refs:OMXVideoDecoderH263 (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderH263.h24 class OMXVideoDecoderH263 : public OMXVideoDecoderBase { class in inherits:OMXVideoDecoderBase
26 OMXVideoDecoderH263();
27 virtual ~OMXVideoDecoderH263();
44 DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263);
45 DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263ProfileLevel);
H A DOMXVideoDecoderH263.cpp21 #include "OMXVideoDecoderH263.h"
26 OMXVideoDecoderH263::OMXVideoDecoderH263() { function in class:OMXVideoDecoderH263
27 LOGV("OMXVideoDecoderH263 is constructed.");
36 OMXVideoDecoderH263::~OMXVideoDecoderH263() {
37 LOGV("OMXVideoDecoderH263 is destructed.");
40 OMX_ERRORTYPE OMXVideoDecoderH263::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput) {
59 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorInit(void) {
63 OMX_ERRORTYPE OMXVideoDecoderH263
[all...]
H A DAndroid.mk333 OMXVideoDecoderH263.cpp

Completed in 43 milliseconds