Searched refs:SetMaxOutputBufferCount (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderH263.h42 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderMPEG4.h43 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderVP8.h44 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderWMV.h43 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderVP8.cpp123 OMX_ERRORTYPE OMXVideoDecoderVP8::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { function in class:OMXVideoDecoderVP8
129 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
H A DOMXVideoDecoderWMV.cpp118 OMX_ERRORTYPE OMXVideoDecoderWMV::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { function in class:OMXVideoDecoderWMV
124 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
H A DOMXVideoDecoderAVC.h42 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderH263.cpp148 OMX_ERRORTYPE OMXVideoDecoderH263::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { function in class:OMXVideoDecoderH263
154 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
H A DOMXVideoDecoderMPEG4.cpp149 OMX_ERRORTYPE OMXVideoDecoderMPEG4::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { function in class:OMXVideoDecoderMPEG4
155 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
H A DOMXVideoDecoderBase.h58 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderAVC.cpp323 OMX_ERRORTYPE OMXVideoDecoderAVC::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { function in class:OMXVideoDecoderAVC
329 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
H A DOMXVideoDecoderBase.cpp908 SetMaxOutputBufferCount(&port_def);
1019 OMX_ERRORTYPE OMXVideoDecoderBase::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *) { function in class:OMXVideoDecoderBase
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.h49 virtual OMX_ERRORTYPE SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p);
H A DOMXVideoDecoderAVCSecure.cpp647 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { function in class:OMXVideoDecoderAVCSecure
653 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);

Completed in 123 milliseconds