Home
last modified time | relevance | path

Searched refs:mOutputBufferCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp83 mOutputBufferCount(0), in SoftAAC2()
705mOutputBufferCount++; // fake increase of outputBufferCount to keep the counters aligned in onQueueFilled()
918 if ((mInputBufferCount > 2) && (mOutputBufferCount <= 1)) { in onQueueFilled()
1094 mOutputBufferCount++; in onQueueFilled()
1127 mOutputBufferCount++; in onQueueFilled()
1162 mOutputBufferCount++; in onPortFlushCompleted()
1202 mOutputBufferCount = 0; in onReset()
DSoftAAC2.h59 size_t mOutputBufferCount; member
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.h58 size_t mOutputBufferCount; member
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.h71 size_t mOutputBufferCount; member
DSoftXAAC.cpp90 mOutputBufferCount(0), in SoftXAAC()
564 mOutputBufferCount++; // fake increase of outputBufferCount to keep the counters in onQueueFilled()
679 if ((mInputBufferCount > 2) && (mOutputBufferCount <= 1)) { in onQueueFilled()
778 mOutputBufferCount++; in onQueueFilled()
800 mOutputBufferCount++; in onQueueFilled()
872 mOutputBufferCount = 0; in onReset()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.h97 size_t mOutputBufferCount __unused;