Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/include/
Disv_worker.h137 uint32_t getOutputBufCount(uint32_t index);
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp97 return getOutputBufCount(mInputIndex); in getProcBufCount()
101 return getOutputBufCount(mOutputIndex); in getFillBufCount()
104 uint32_t ISVWorker::getOutputBufCount(uint32_t index) { in getOutputBufCount() function in ISVWorker