Lines Matching refs:OMXVideoDecoderMPEG2

26 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()
100 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetParamVideoMpeg2(OMX_PTR pStructure) { in SetParamVideoMpeg2()
113 OMX_ERRORTYPE OMXVideoDecoderMPEG2::GetParamVideoMpeg2ProfileLevel(OMX_PTR pStructure) { in GetParamVideoMpeg2ProfileLevel()
135 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetParamVideoMpeg2ProfileLevel(OMX_PTR) { in SetParamVideoMpeg2ProfileLevel()
140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG2::GetOutputColorFormat(int width) in GetOutputColorFormat()
149 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { in SetMaxOutputBufferCount()
158 DECLARE_OMX_COMPONENT("OMX.Intel.VideoDecoder.MPEG2", "video_decoder.mpeg2", OMXVideoDecoderMPEG2);