Home
last modified time | relevance | path

Searched refs:RetainedBufferQueueLength (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h96 OMX_U32 RetainedBufferQueueLength(void);
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp635 …LOGV_IF((buffer != NULL || RetainedBufferQueueLength() > 0), "%s(): %s:%s:PortIndex %u:pBuffer %p:… in PopBuffer()
652 OMX_U32 PortBase::RetainedBufferQueueLength(void) in RetainedBufferQueueLength() function in PortBase
Dcomponentbase.cpp1976 length += ports[i]->RetainedBufferQueueLength(); in IsAllBufferAvailable()