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

/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp189 List<BufferInfo *> &outQueue = getPortQueue(1); local
191 while (!inQueue.empty() && !outQueue.empty()) {
195 BufferInfo *outInfo = *outQueue.begin();
206 outQueue.erase(outQueue.begin());
243 outQueue.erase(outQueue.begin());
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp179 List<BufferInfo *> &outQueue = getPortQueue(1); local
181 while (!inQueue.empty() && !outQueue.empty()) {
185 BufferInfo *outInfo = *outQueue.begin();
196 outQueue.erase(outQueue.begin());
279 outQueue.erase(outQueue.begin());
/frameworks/base/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/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp263 List<BufferInfo *> &outQueue = getPortQueue(1); local
269 while (!inQueue.empty() && !outQueue.empty()) {
273 BufferInfo *outInfo = *outQueue.begin();
284 outQueue.erase(outQueue.begin());
389 outQueue.erase(outQueue.begin());
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.cpp236 List<BufferInfo *> &outQueue = getPortQueue(1); local
264 while (!inQueue.empty() && !outQueue.empty()) {
268 BufferInfo *outInfo = *outQueue.begin();
279 outQueue.erase(outQueue.begin());
405 outQueue.erase(outQueue.begin());
/frameworks/base/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/base/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/base/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);
465 List<BufferInfo *>::iterator it = outQueue.begin();
472 outQueue.erase(it);

Completed in 1920 milliseconds