Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderPAVC.cpp28 OMXVideoDecoderPAVC::OMXVideoDecoderPAVC() { in OMXVideoDecoderPAVC() function in OMXVideoDecoderPAVC
38 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 …]
DOMXVideoDecoderPAVC.h23 class OMXVideoDecoderPAVC : public OMXVideoDecoderBase {
25 OMXVideoDecoderPAVC();
26 virtual ~OMXVideoDecoderPAVC();
42 DECLARE_HANDLER(OMXVideoDecoderPAVC, ParamVideoAvc);
43 DECLARE_HANDLER(OMXVideoDecoderPAVC, VideoProfileLevelQuerySupported);
44 DECLARE_HANDLER(OMXVideoDecoderPAVC, VideoProfileLevelCurrent);
DAndroid.mk700 OMXVideoDecoderPAVC.cpp