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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp85 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
87 CHECK(outQueue.empty());
111 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
123 && outQueue.size() == kNumOutputBuffers) {
207 if (mFirstPicture && !outQueue.empty()) {
259 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); local
260 BufferInfo *outInfo = *outQueue.begin();
261 outQueue.erase(outQueue.begin());
276 List<BufferInfo *> &outQueue local
[all...]
/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/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.cpp94 List<BufferInfo *> &outQueue = getPortQueue(1); local
97 while (!inQueue.empty() && !outQueue.empty()) {
101 BufferInfo *outInfo = *outQueue.begin();
114 outQueue.erase(outQueue.begin());
184 outQueue.erase(outQueue.begin());
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp268 List<BufferInfo *> &outQueue = getPortQueue(1); local
270 while (!inQueue.empty() && !outQueue.empty()) {
274 BufferInfo *outInfo = *outQueue.begin();
285 outQueue.erase(outQueue.begin());
323 outQueue.erase(outQueue.begin());
370 List<BufferInfo *> &outQueue = getPortQueue(1); local
371 CHECK(!outQueue.empty());
372 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.cpp195 List<BufferInfo *> &outQueue = getPortQueue(1); local
197 while (!inQueue.empty() && !outQueue.empty()) {
201 BufferInfo *outInfo = *outQueue.begin();
224 outQueue.erase(outQueue.begin());
319 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.cpp347 List<BufferInfo *> &outQueue = getPortQueue(1); local
354 if (outQueue.empty()) {
378 BufferInfo *outInfo = *outQueue.begin();
386 outQueue.erase(outQueue.begin());
470 if (outQueue.empty()) {
474 BufferInfo *outInfo = *outQueue.begin();
561 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.cpp100 List<BufferInfo *> &outQueue = getPortQueue(1); local
102 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
121 List<BufferInfo *>::iterator it = outQueue.begin();
128 outQueue.erase(it);
255 List<BufferInfo *>::iterator it = outQueue.begin();
262 outQueue.erase(it);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp313 List<BufferInfo *> &outQueue = getPortQueue(1); local
353 while (!inQueue.empty() && !outQueue.empty()) {
357 BufferInfo *outInfo = *outQueue.begin();
399 outQueue.erase(outQueue.begin());
567 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/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 85 milliseconds