Home
last modified time | relevance | path

Searched refs:iOutBufferCount (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp60 iOutBufferCount = 0; in OmxComponentBase()
214 iOutBufferCount = 0; in ConstructBaseComponent()
661 if (iOutBufferCount) in ReturnOutputBuffer()
663 iOutBufferCount--; in ReturnOutputBuffer()
722 if ((OMX_FALSE == iNewOutBufRequired) && (iOutBufferCount > 0)) in FlushPort()
728 iOutBufferCount--; in FlushPort()
746 iOutBufferCount--; in FlushPort()
2194 iOutBufferCount = 0; in DoStateSet()
2351 while (iOutBufferCount > 0) in DoStateSet()
2663 iOutBufferCount++; in FillThisBuffer()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h473 OMX_U32 iOutBufferCount; variable