OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMaxOutputBufferCount
(Results
1 - 14
of
14
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderH263.h
42
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderMPEG4.h
43
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderVP8.h
44
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderWMV.h
43
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderVP8.cpp
123
OMX_ERRORTYPE OMXVideoDecoderVP8::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
129
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderWMV.cpp
118
OMX_ERRORTYPE OMXVideoDecoderWMV::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
124
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderAVC.h
42
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderH263.cpp
148
OMX_ERRORTYPE OMXVideoDecoderH263::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
154
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderMPEG4.cpp
149
OMX_ERRORTYPE OMXVideoDecoderMPEG4::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
155
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderBase.h
58
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderAVC.cpp
323
OMX_ERRORTYPE OMXVideoDecoderAVC::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
329
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderBase.cpp
[
all
...]
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h
49
virtual OMX_ERRORTYPE
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p);
OMXVideoDecoderAVCSecure.cpp
636
OMX_ERRORTYPE OMXVideoDecoderAVCSecure::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
642
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
Completed in 866 milliseconds