Home | History | Annotate | Download | only in aacdec

Lines Matching refs:outQueue

556     List<BufferInfo *> &outQueue = getPortQueue(1);
558 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
879 while (!outQueue.empty()
882 BufferInfo *outInfo = *outQueue.begin();
965 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
976 outQueue.erase(outQueue.begin());
985 if (!outQueue.empty()
990 BufferInfo *outInfo = *outQueue.begin();
1009 outQueue.erase(outQueue.begin());
1014 break; // if outQueue not empty but no more output