OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetMaxOutputBufferCount
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/
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);
OMXVideoDecoderH263.cpp
148
OMX_ERRORTYPE OMXVideoDecoderH263::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
154
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderMPEG2.cpp
149
OMX_ERRORTYPE OMXVideoDecoderMPEG2::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
155
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
OMXVideoDecoderMPEG4.cpp
149
OMX_ERRORTYPE OMXVideoDecoderMPEG4::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
155
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(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.cpp
719
OMX_ERRORTYPE OMXVideoDecoderAVCSecure::
SetMaxOutputBufferCount
(OMX_PARAM_PORTDEFINITIONTYPE *p) {
725
return OMXVideoDecoderBase::
SetMaxOutputBufferCount
(p);
Completed in 881 milliseconds