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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp191 List<BufferInfo *> &outQueue = getPortQueue(1); local
193 while (!inQueue.empty() && !outQueue.empty()) {
197 BufferInfo *outInfo = *outQueue.begin();
208 outQueue.erase(outQueue.begin());
245 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp95 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
97 CHECK(outQueue.empty());
300 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
304 && outQueue.size() == kNumOutputBuffers) {
392 if (mFirstPicture && !outQueue.empty()) {
399 while (!outQueue.empty() &&
454 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
455 BufferInfo *outInfo = *outQueue.begin();
456 outQueue.erase(outQueue
471 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
[all...]
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp252 List<BufferInfo *> &outQueue = getPortQueue(1); local
254 while (!inQueue.empty() && !outQueue.empty()) {
258 BufferInfo *outInfo = *outQueue.begin();
269 outQueue.erase(outQueue.begin());
306 outQueue.erase(outQueue.begin());
353 List<BufferInfo *> &outQueue = getPortQueue(1); local
354 CHECK(!outQueue.empty());
355 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/mp3dec/
H A DSoftMP3.cpp180 List<BufferInfo *> &outQueue = getPortQueue(1); local
182 while (!inQueue.empty() && !outQueue.empty()) {
186 BufferInfo *outInfo = *outQueue.begin();
209 outQueue.erase(outQueue.begin());
304 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.cpp343 List<BufferInfo *> &outQueue = getPortQueue(1); local
350 if (outQueue.empty()) {
374 BufferInfo *outInfo = *outQueue.begin();
382 outQueue.erase(outQueue.begin());
466 if (outQueue.empty()) {
470 BufferInfo *outInfo = *outQueue.begin();
557 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/aacdec/
H A DSoftAAC2.cpp310 List<BufferInfo *> &outQueue = getPortQueue(1); local
349 while (!inQueue.empty() && !outQueue.empty()) {
353 BufferInfo *outInfo = *outQueue.begin();
396 outQueue.erase(outQueue.begin());
568 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp228 List<BufferInfo *> &outQueue = getPortQueue(1); local
230 while (!inQueue.empty() && !outQueue.empty()) {
234 BufferInfo *outInfo = *outQueue.begin();
245 outQueue.erase(outQueue.begin());
314 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp246 List<BufferInfo *> &outQueue = getPortQueue(1); local
293 while (!inQueue.empty() && !outQueue.empty()) {
297 BufferInfo *outInfo = *outQueue.begin();
308 outQueue.erase(outQueue.begin());
394 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/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp112 List<BufferInfo *> &outQueue = getPortQueue(1); local
114 CHECK(outQueue.empty());
635 List<BufferInfo *> &outQueue = getPortQueue(1); local
637 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
640 BufferInfo *outInfo = *outQueue.begin();
663 outQueue.erase(outQueue.begin());
748 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/m4v_h263/dec/
H A DSoftMPEG4.cpp318 List<BufferInfo *> &outQueue = getPortQueue(1); local
320 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
339 List<BufferInfo *>::iterator it = outQueue.begin();
346 outQueue.erase(it);
463 List<BufferInfo *>::iterator it = outQueue.begin();
470 outQueue.erase(it);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp202 List<BufferInfo *> &outQueue = getPortQueue(1); local
204 CHECK(outQueue.empty());
726 List<BufferInfo *> &outQueue = getPortQueue(1); local
728 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
731 BufferInfo *outInfo = *outQueue.begin();
762 outQueue.erase(outQueue.begin());
909 outQueue.erase(outQueue.begin());

Completed in 166 milliseconds