OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNumDecoderBuffers
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp
70
mNumDecoderBuffers
(0),
349
mNumDecoderBuffersBak =
mNumDecoderBuffers
= def->nBufferCountActual - MIN_OUTPUT_NUM - UNDEQUEUED_NUM;
670
if (
mNumDecoderBuffers
> 0) {
672
mNumDecoderBuffers
--;
674
pBuffer,
mNumDecoderBuffers
);
728
// take one buffer from decoder loop here. Fill one buffer to the loop by
mNumDecoderBuffers
++
729
mNumDecoderBuffers
++;
731
ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: return %d decoder output Buffer,
mNumDecoderBuffers
get %d input buffer",
732
__func__, mOutputDecoderBufferNum,
mNumDecoderBuffers
);
785
mNumDecoderBuffers
= mNumDecoderBuffersBak
[
all
...]
/hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h
275
int32_t
mNumDecoderBuffers
;
Completed in 808 milliseconds