OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getProcBufCount
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/utils/ISV/include/
isv_worker.h
99
uint32_t
getProcBufCount
();
/hardware/intel/common/utils/ISV/base/
isv_processor.cpp
276
int32_t procBufCount = mISVWorker->
getProcBufCount
();
344
ALOGD_IF(ISV_THREAD_DEBUG, "%s: mISVWorker->
getProcBufCount
() return %d", __func__,
345
mISVWorker->
getProcBufCount
());
347
&& (mOutputBuffers.size() - mOutputProcIdx) >= mISVWorker->
getProcBufCount
())
isv_worker.cpp
96
uint32_t ISVWorker::
getProcBufCount
() {
[
all
...]
Completed in 387 milliseconds