Searched defs:outQueue (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp303 List<BufferInfo *> &outQueue = getPortQueue(1); local
372 if (outQueue.empty()) {
376 BufferInfo *outInfo = *outQueue.begin();
411 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp243 List<BufferInfo *> &outQueue = getPortQueue(1); local
245 while (!inQueue.empty() && !outQueue.empty()) {
249 BufferInfo *outInfo = *outQueue.begin();
260 outQueue.erase(outQueue.begin());
307 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp288 List<BufferInfo *> &outQueue = getPortQueue(1); local
290 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
298 BufferInfo *outInfo = *outQueue.begin();
431 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp239 List<BufferInfo *> &outQueue = getPortQueue(1); local
241 while (!inQueue.empty() && !outQueue.empty()) {
245 BufferInfo *outInfo = *outQueue.begin();
264 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp478 List<BufferInfo *> &outQueue = getPortQueue(1); local
485 if (outQueue.empty()) {
509 BufferInfo *outInfo = *outQueue.begin();
526 outQueue.erase(outQueue.begin());
619 if (outQueue.empty()) {
623 BufferInfo *outInfo = *outQueue.begin();
710 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp346 List<BufferInfo *> &outQueue = getPortQueue(1); local
352 while (!inQueue.empty() && !outQueue.empty()) {
356 BufferInfo *outInfo = *outQueue.begin();
367 outQueue.erase(outQueue.begin());
530 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp350 List<BufferInfo *> &outQueue = getPortQueue(1); local
419 if (outQueue.empty()) {
423 BufferInfo *outInfo = *outQueue.begin();
466 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.cpp302 List<BufferInfo *> &outQueue = getPortQueue(1); local
304 ALOGV("onQueueFilled %d/%d:", inQueue.empty(), outQueue.empty());
305 while ((!inQueue.empty() || mSawInputEOS) && !outQueue.empty() && !mFinishedDecoder) {
306 BufferInfo *outInfo = *outQueue.begin();
328 outQueue.erase(outQueue.begin());
414 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp356 List<BufferInfo *> &outQueue = getPortQueue(1); local
360 while ((!inQueue.empty() || mSawInputEOS) && !outQueue.empty() && !mSentOutputEOS) {
404 BufferInfo *outInfo = *outQueue.begin();
411 outQueue.erase(outQueue.begin());
425 outQueue.erase(outQueue.begin());
475 List<BufferInfo *> &outQueue = getPortQueue(1); local
476 CHECK(!outQueue.empty());
477 BufferInfo *outInfo = *outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp260 List<BufferInfo *> &outQueue = getPortQueue(1); local
262 while (!inQueue.empty() && !outQueue.empty()) {
266 BufferInfo *outInfo = *outQueue.begin();
277 outQueue.erase(outQueue.begin());
327 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp93 List<BufferInfo *> &outQueue = getPortQueue(1); local
95 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
120 List<BufferInfo *>::iterator it = outQueue.begin();
127 outQueue.erase(it);
310 List<BufferInfo *>::iterator it = outQueue.begin();
317 outQueue.erase(it);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp101 List<BufferInfo *> &outQueue = getPortQueue(1); local
103 CHECK(outQueue.empty());
391 List<BufferInfo *> &outQueue = getPortQueue(1); local
393 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
396 BufferInfo *outInfo = *outQueue.begin();
419 outQueue.erase(outQueue.begin());
504 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp119 List<BufferInfo *> &outQueue = getPortQueue(1); local
144 while (!outQueue.empty()) {
153 outInfo = *outQueue.begin();
186 outQueue.erase(outQueue.begin());
196 if (!outQueue.empty()) {
197 outInfo = *outQueue.begin();
198 outQueue.erase(outQueue.begin());
235 List<BufferInfo *> &outQueue local
[all...]
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp390 List<BufferInfo *> &outQueue = getPortQueue(1); local
391 CHECK(!inQueue.empty() && !outQueue.empty());
393 BufferInfo *outInfo = *outQueue.begin();
399 outQueue.erase(outQueue.begin());
414 List<BufferInfo *> &outQueue = getPortQueue(1); local
420 while (!mHaveEOS && !inQueue.empty() && !outQueue.empty()) {
517 BufferInfo *outInfo = *outQueue.begin();
591 outQueue.erase(outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp314 List<BufferInfo *> &outQueue = getPortQueue(1); local
316 CHECK(!inQueue.empty() && !outQueue.empty());
320 BufferInfo *outInfo = *outQueue.begin();
325 outQueue.erase(outQueue.begin());
340 List<BufferInfo *> &outQueue = getPortQueue(1); local
346 while (!mSignalledOutputEos && (!inQueue.empty() || mSawInputEos) && !outQueue.empty()) {
354 BufferInfo *outInfo = *outQueue.begin();
541 outQueue.erase(outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp619 List<BufferInfo *> &outQueue = getPortQueue(1); local
621 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
942 while (!outQueue.empty()
945 BufferInfo *outInfo = *outQueue.begin();
1028 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
1039 outQueue.erase(outQueue.begin());
1048 if (!outQueue.empty()
1053 BufferInfo *outInfo = *outQueue.begin();
1072 outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp499 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
501 while (!outQueue.empty()) {
520 outInfo = *outQueue.begin();
667 outQueue.erase(outQueue.begin());
683 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp495 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
497 while (!outQueue.empty()) {
517 outInfo = *outQueue.begin();
656 outQueue.erase(outQueue.begin());
672 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp608 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
616 while (!outQueue.empty()) {
636 outInfo = *outQueue.begin();
814 outQueue.erase(outQueue.begin());
831 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp163 List<BufferInfo *> &outQueue = getPortQueue(1); local
165 CHECK(outQueue.empty());
1293 List<BufferInfo *> &outQueue = getPortQueue(1); local
1295 while (!mSawOutputEOS && !outQueue.empty()) {
1300 BufferInfo *outputBufferInfo = *outQueue.begin();
1353 outQueue.erase(outQueue.begin());
1487 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp539 List<BufferInfo*>& outQueue = getPortQueue(1); local
555 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
759 if (!outQueue.empty() && numOutBytes) {
760 BufferInfo* outInfo = *outQueue.begin();
782 if (mEndOfInput && !outQueue.empty()) {
793 outQueue.erase(outQueue.begin());
801 if (!outQueue.empty()) {
806 BufferInfo* outInfo = *outQueue.begin();
815 outQueue
[all...]

Completed in 754 milliseconds