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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp307 List<BufferInfo *> &outQueue = getPortQueue(1); local
376 if (outQueue.empty()) {
380 BufferInfo *outInfo = *outQueue.begin();
415 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp196 List<BufferInfo *> &outQueue = getPortQueue(1); local
198 while (!inQueue.empty() && !outQueue.empty()) {
202 BufferInfo *outInfo = *outQueue.begin();
213 outQueue.erase(outQueue.begin());
256 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp230 List<BufferInfo *> &outQueue = getPortQueue(1); local
232 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
240 BufferInfo *outInfo = *outQueue.begin();
370 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp197 List<BufferInfo *> &outQueue = getPortQueue(1); local
199 while (!inQueue.empty() && !outQueue.empty()) {
203 BufferInfo *outInfo = *outQueue.begin();
222 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp413 List<BufferInfo *> &outQueue = getPortQueue(1); local
420 if (outQueue.empty()) {
424 BufferInfo *outInfo = *outQueue.begin();
437 outQueue.erase(outQueue.begin());
517 if (outQueue.empty()) {
521 BufferInfo *outInfo = *outQueue.begin();
571 outQueue.erase(outQueue.begin());
H A DSoftAACEncoder2.cpp481 List<BufferInfo *> &outQueue = getPortQueue(1); local
488 if (outQueue.empty()) {
512 BufferInfo *outInfo = *outQueue.begin();
520 outQueue.erase(outQueue.begin());
604 if (outQueue.empty()) {
608 BufferInfo *outInfo = *outQueue.begin();
695 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp299 List<BufferInfo *> &outQueue = getPortQueue(1); local
305 while (!inQueue.empty() && !outQueue.empty()) {
309 BufferInfo *outInfo = *outQueue.begin();
320 outQueue.erase(outQueue.begin());
483 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp354 List<BufferInfo *> &outQueue = getPortQueue(1); local
423 if (outQueue.empty()) {
427 BufferInfo *outInfo = *outQueue.begin();
470 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp300 List<BufferInfo *> &outQueue = getPortQueue(1); local
302 while (!inQueue.empty() && !outQueue.empty()) {
306 BufferInfo *outInfo = *outQueue.begin();
317 outQueue.erase(outQueue.begin());
355 outQueue.erase(outQueue.begin());
403 List<BufferInfo *> &outQueue = getPortQueue(1); local
404 CHECK(!outQueue.empty());
405 BufferInfo *outInfo = *outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp213 List<BufferInfo *> &outQueue = getPortQueue(1); local
215 while (!inQueue.empty() && !outQueue.empty()) {
219 BufferInfo *outInfo = *outQueue.begin();
230 outQueue.erase(outQueue.begin());
276 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp101 List<BufferInfo *> &outQueue = getPortQueue(1); local
103 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
128 List<BufferInfo *>::iterator it = outQueue.begin();
135 outQueue.erase(it);
285 List<BufferInfo *>::iterator it = outQueue.begin();
292 outQueue.erase(it);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp103 List<BufferInfo *> &outQueue = getPortQueue(1); local
105 CHECK(outQueue.empty());
401 List<BufferInfo *> &outQueue = getPortQueue(1); local
403 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
406 BufferInfo *outInfo = *outQueue.begin();
429 outQueue.erase(outQueue.begin());
506 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();
176 outQueue.erase(outQueue.begin());
186 if (!outQueue.empty()) {
187 outInfo = *outQueue.begin();
188 outQueue.erase(outQueue.begin());
206 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.cpp340 List<BufferInfo *> &outQueue = getPortQueue(1); local
418 while (!inQueue.empty() && !outQueue.empty()) {
430 BufferInfo *outInfo = *outQueue.begin();
441 outQueue.erase(outQueue.begin());
508 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp265 List<BufferInfo *> &outQueue = getPortQueue(1); local
329 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
337 BufferInfo *outInfo = *outQueue.begin();
451 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp189 List<BufferInfo *> &outQueue = getPortQueue(1); local
191 CHECK(outQueue.empty());
505 List<BufferInfo *> &outQueue = getPortQueue(1); local
507 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
510 BufferInfo *outInfo = *outQueue.begin();
541 outQueue.erase(outQueue.begin());
683 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp555 List<BufferInfo *> &outQueue = getPortQueue(1); local
557 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
878 while (!outQueue.empty()
881 BufferInfo *outInfo = *outQueue.begin();
964 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
975 outQueue.erase(outQueue.begin());
984 if (!outQueue.empty()
989 BufferInfo *outInfo = *outQueue.begin();
1008 outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp498 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
500 while (!outQueue.empty()) {
525 outInfo = *outQueue.begin();
663 outQueue.erase(outQueue.begin());
679 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp460 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
462 while (!outQueue.empty()) {
482 outInfo = *outQueue.begin();
611 outQueue.erase(outQueue.begin());
627 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp553 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
561 while (!outQueue.empty()) {
581 outInfo = *outQueue.begin();
739 outQueue.erase(outQueue.begin());
756 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp188 List<BufferInfo *> &outQueue = getPortQueue(1); local
190 CHECK(outQueue.empty());
1303 List<BufferInfo *> &outQueue = getPortQueue(1); local
1305 while (!mSawOutputEOS && !outQueue.empty()) {
1310 BufferInfo *outputBufferInfo = *outQueue.begin();
1363 outQueue.erase(outQueue.begin());
1497 outQueue.erase(outQueue.begin());

Completed in 381 milliseconds