Searched refs:OMXVideoDecoderPAVC (Results 1 – 3 of 3) sorted by relevance
28 OMXVideoDecoderPAVC::OMXVideoDecoderPAVC() { in OMXVideoDecoderPAVC() function in OMXVideoDecoderPAVC38 OMXVideoDecoderPAVC::~OMXVideoDecoderPAVC() { in ~OMXVideoDecoderPAVC()42 OMX_ERRORTYPE OMXVideoDecoderPAVC::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramP… in InitInputPortFormatSpecific()64 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorInit(void) { in ProcessorInit()68 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorDeinit(void) { in ProcessorDeinit()72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush()76 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorProcess( in ProcessorProcess()84 OMX_ERRORTYPE OMXVideoDecoderPAVC::PrepareConfigBuffer(VideoConfigBuffer *p) { in PrepareConfigBuffer()96 OMX_ERRORTYPE OMXVideoDecoderPAVC::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_… in PrepareDecodeBuffer()116 OMX_ERRORTYPE OMXVideoDecoderPAVC::BuildHandlerList(void) { in BuildHandlerList()[all …]
23 class OMXVideoDecoderPAVC : public OMXVideoDecoderBase {25 OMXVideoDecoderPAVC();26 virtual ~OMXVideoDecoderPAVC();42 DECLARE_HANDLER(OMXVideoDecoderPAVC, ParamVideoAvc);43 DECLARE_HANDLER(OMXVideoDecoderPAVC, VideoProfileLevelQuerySupported);44 DECLARE_HANDLER(OMXVideoDecoderPAVC, VideoProfileLevelCurrent);
700 OMXVideoDecoderPAVC.cpp