Home
last modified time | relevance | path

Searched refs:numOutputBuffers (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/
DSoftVideoDecoderOMXComponent.h63 OMX_U32 numOutputBuffers,
DSoftVideoEncoderOMXComponent.h48 OMX_U32 numInputBuffers, OMX_U32 numOutputBuffers, OMX_U32 outputBufferSize,
DOMXNodeInstance.h192 void bumpDebugLevel_l(size_t numInputBuffers, size_t numOutputBuffers);
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp76 OMX_U32 numOutputBuffers, in initPorts() argument
110 def.nBufferCountMin = numOutputBuffers; in initPorts()
DSoftVideoEncoderOMXComponent.cpp82 OMX_U32 numInputBuffers, OMX_U32 numOutputBuffers, OMX_U32 outputBufferSize, in initPorts() argument
121 def.nBufferCountMin = numOutputBuffers; in initPorts()
DOMXNodeInstance.cpp1293 void OMXNodeInstance::bumpDebugLevel_l(size_t numInputBuffers, size_t numOutputBuffers) { in bumpDebugLevel_l() argument
1299 if (numOutputBuffers > 0) { in bumpDebugLevel_l()
1300 mDebugLevelBumpPendingBuffers[kPortIndexOutput] = numOutputBuffers; in bumpDebugLevel_l()