Searched defs:outQueue (Results 1 - 22 of 22) 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 DSoftAACEncoder.cpp408 List<BufferInfo *> &outQueue = getPortQueue(1); local
415 if (outQueue.empty()) {
419 BufferInfo *outInfo = *outQueue.begin();
432 outQueue.erase(outQueue.begin());
512 if (outQueue.empty()) {
516 BufferInfo *outInfo = *outQueue.begin();
566 outQueue.erase(outQueue.begin());
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.cpp300 List<BufferInfo *> &outQueue = getPortQueue(1); local
302 while (!inQueue.empty() && !outQueue.empty()) {
305 BufferInfo *outInfo = *outQueue.begin();
316 outQueue.erase(outQueue.begin());
394 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp355 List<BufferInfo *> &outQueue = getPortQueue(1); local
357 while (!inQueue.empty() && !outQueue.empty()) {
361 BufferInfo *outInfo = *outQueue.begin();
372 outQueue.erase(outQueue.begin());
410 outQueue.erase(outQueue.begin());
458 List<BufferInfo *> &outQueue = getPortQueue(1); local
459 CHECK(!outQueue.empty());
460 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.cpp113 List<BufferInfo *> &outQueue = getPortQueue(1); local
138 while (!outQueue.empty()) {
147 outInfo = *outQueue.begin();
174 outQueue.erase(outQueue.begin());
184 if (!outQueue.empty()) {
185 outInfo = *outQueue.begin();
186 outQueue.erase(outQueue.begin());
223 List<BufferInfo *> &outQueue local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp86 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
88 CHECK(outQueue.empty());
112 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
124 && outQueue.size() == kNumOutputBuffers) {
204 if (mFirstPicture && !outQueue.empty()) {
251 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
252 BufferInfo *outInfo = *outQueue.begin();
259 outQueue.erase(outQueue.begin());
282 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.cpp603 List<BufferInfo *> &outQueue = getPortQueue(1); local
605 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
926 while (!outQueue.empty()
929 BufferInfo *outInfo = *outQueue.begin();
1012 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
1023 outQueue.erase(outQueue.begin());
1032 if (!outQueue.empty()
1037 BufferInfo *outInfo = *outQueue.begin();
1056 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();
668 outQueue.erase(outQueue.begin());
684 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp494 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
496 while (!outQueue.empty()) {
516 outInfo = *outQueue.begin();
655 outQueue.erase(outQueue.begin());
671 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.cpp164 List<BufferInfo *> &outQueue = getPortQueue(1); local
166 CHECK(outQueue.empty());
1294 List<BufferInfo *> &outQueue = getPortQueue(1); local
1296 while (!mSawOutputEOS && !outQueue.empty()) {
1301 BufferInfo *outputBufferInfo = *outQueue.begin();
1354 outQueue.erase(outQueue.begin());
1488 outQueue.erase(outQueue.begin());

Completed in 709 milliseconds