Searched refs:mEndOfInput (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h81 bool mEndOfInput; member in struct:android::SoftAAC2
H A DSoftAAC2.cpp133 mEndOfInput = false;
508 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
514 mEndOfInput = (inHeader->nFlags & OMX_BUFFERFLAG_EOS) != 0;
788 if (!mEndOfInput && mOutputDelayCompensated < outputDelay) {
800 if (mEndOfInput) {
913 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
931 if (mEndOfInput) {
978 mEndOfInput = false;
1035 mEndOfInput = false;

Completed in 59 milliseconds