Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h119 OMX_U32 GetPortBufferCount(void);
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp959 OMX_U32 PortBase::GetPortBufferCount(void) in GetPortBufferCount() function in PortBase
Dcomponentbase.cpp1442 if (ports[i]->GetPortBufferCount() > 0) { in TransStateToLoaded()