Home
last modified time | relevance | path

Searched refs:OMXVideoDecoderMPEG2 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderMPEG2.cpp26 OMXVideoDecoderMPEG2::OMXVideoDecoderMPEG2() { in OMXVideoDecoderMPEG2() function in OMXVideoDecoderMPEG2
36 OMXVideoDecoderMPEG2::~OMXVideoDecoderMPEG2() { in ~OMXVideoDecoderMPEG2()
40 OMX_ERRORTYPE OMXVideoDecoderMPEG2::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *param… in InitInputPortFormatSpecific()
59 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorInit(void) { in ProcessorInit()
63 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorDeinit(void) { in ProcessorDeinit()
67 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorProcess( in ProcessorProcess()
75 OMX_ERRORTYPE OMXVideoDecoderMPEG2::PrepareConfigBuffer(VideoConfigBuffer *p) { in PrepareConfigBuffer()
79 OMX_ERRORTYPE OMXVideoDecoderMPEG2::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain… in PrepareDecodeBuffer()
83 OMX_ERRORTYPE OMXVideoDecoderMPEG2::BuildHandlerList(void) { in BuildHandlerList()
90 OMX_ERRORTYPE OMXVideoDecoderMPEG2::GetParamVideoMpeg2(OMX_PTR pStructure) { in GetParamVideoMpeg2()
[all …]
DOMXVideoDecoderMPEG2.h25 class OMXVideoDecoderMPEG2 : public OMXVideoDecoderBase {
27 OMXVideoDecoderMPEG2();
28 virtual ~OMXVideoDecoderMPEG2();
45 DECLARE_HANDLER(OMXVideoDecoderMPEG2, ParamVideoMpeg2);
46 DECLARE_HANDLER(OMXVideoDecoderMPEG2, ParamVideoMpeg2ProfileLevel);
DAndroid.mk535 OMXVideoDecoderMPEG2.cpp