Searched refs:outQueue (Results 1 - 19 of 19) sorted by relevance

/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()) {
246 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
247 BufferInfo *outInfo = *outQueue.begin();
248 outQueue.erase(outQueue.begin());
271 List<BufferInfo *> &outQueue local
[all...]
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp198 List<BufferInfo *> &outQueue = getPortQueue(1); local
200 while (!inQueue.empty() && !outQueue.empty()) {
204 BufferInfo *outInfo = *outQueue.begin();
215 outQueue.erase(outQueue.begin());
252 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp181 List<BufferInfo *> &outQueue = getPortQueue(1); local
183 while (!inQueue.empty() && !outQueue.empty()) {
187 BufferInfo *outInfo = *outQueue.begin();
198 outQueue.erase(outQueue.begin());
233 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp95 List<BufferInfo *> &outQueue = getPortQueue(1); local
98 while (!inQueue.empty() && !outQueue.empty()) {
102 BufferInfo *outInfo = *outQueue.begin();
115 outQueue.erase(outQueue.begin());
165 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp274 List<BufferInfo *> &outQueue = getPortQueue(1); local
276 while (!inQueue.empty() && !outQueue.empty()) {
280 BufferInfo *outInfo = *outQueue.begin();
291 outQueue.erase(outQueue.begin());
329 outQueue.erase(outQueue.begin());
377 List<BufferInfo *> &outQueue = getPortQueue(1); local
378 CHECK(!outQueue.empty());
379 BufferInfo *outInfo = *outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp279 List<BufferInfo *> &outQueue = getPortQueue(1); local
285 while (!inQueue.empty() && !outQueue.empty()) {
289 BufferInfo *outInfo = *outQueue.begin();
300 outQueue.erase(outQueue.begin());
422 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp385 List<BufferInfo *> &outQueue = getPortQueue(1); local
392 if (outQueue.empty()) {
396 BufferInfo *outInfo = *outQueue.begin();
409 outQueue.erase(outQueue.begin());
489 if (outQueue.empty()) {
493 BufferInfo *outInfo = *outQueue.begin();
543 outQueue.erase(outQueue.begin());
H A DSoftAACEncoder2.cpp420 List<BufferInfo *> &outQueue = getPortQueue(1); local
427 if (outQueue.empty()) {
451 BufferInfo *outInfo = *outQueue.begin();
459 outQueue.erase(outQueue.begin());
543 if (outQueue.empty()) {
547 BufferInfo *outInfo = *outQueue.begin();
634 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp99 List<BufferInfo *> &outQueue = getPortQueue(1); local
101 CHECK(outQueue.empty());
368 List<BufferInfo *> &outQueue = getPortQueue(1); local
370 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
373 BufferInfo *outInfo = *outQueue.begin();
396 outQueue.erase(outQueue.begin());
480 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp172 List<BufferInfo *> &outQueue = getPortQueue(1); local
174 while (!inQueue.empty() && !outQueue.empty()) {
178 BufferInfo *outInfo = *outQueue.begin();
197 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) {
122 List<BufferInfo *>::iterator it = outQueue.begin();
129 outQueue.erase(it);
270 List<BufferInfo *>::iterator it = outQueue.begin();
277 outQueue.erase(it);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp324 List<BufferInfo *> &outQueue = getPortQueue(1); local
396 while (!inQueue.empty() && !outQueue.empty()) {
400 BufferInfo *outInfo = *outQueue.begin();
411 outQueue.erase(outQueue.begin());
473 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp279 List<BufferInfo *> &outQueue = getPortQueue(1); local
348 if (outQueue.empty()) {
352 BufferInfo *outInfo = *outQueue.begin();
387 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp214 List<BufferInfo *> &outQueue = getPortQueue(1); local
216 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
224 BufferInfo *outInfo = *outQueue.begin();
342 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());
481 List<BufferInfo *> &outQueue = getPortQueue(1); local
483 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
486 BufferInfo *outInfo = *outQueue.begin();
517 outQueue.erase(outQueue.begin());
666 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp326 List<BufferInfo *> &outQueue = getPortQueue(1); local
395 if (outQueue.empty()) {
399 BufferInfo *outInfo = *outQueue.begin();
442 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp248 List<BufferInfo *> &outQueue = getPortQueue(1); local
295 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
303 BufferInfo *outInfo = *outQueue.begin();
406 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp506 List<BufferInfo *> &outQueue = getPortQueue(1); local
508 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
827 while (!outQueue.empty()
830 BufferInfo *outInfo = *outQueue.begin();
913 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
924 outQueue.erase(outQueue.begin());
933 if (!outQueue.empty()
938 BufferInfo *outInfo = *outQueue.begin();
957 outQueue
[all...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp556 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
568 while (!outQueue.empty()) {
588 outInfo = *outQueue.begin();
728 outQueue.erase(outQueue.begin());
744 outQueue.erase(outQueue.begin());

Completed in 208 milliseconds