HomeSort by relevance Sort by last modified time
    Searched refs:outQueue (Results 1 - 21 of 21) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 86 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
88 CHECK(outQueue.empty());
112 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
124 && outQueue.size() == kNumOutputBuffers) {
204 if (mFirstPicture && !outQueue.empty()) {
251 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
252 BufferInfo *outInfo = *outQueue.begin();
259 outQueue.erase(outQueue.begin());
282 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 113 List<BufferInfo *> &outQueue = getPortQueue(1);
138 while (!outQueue.empty()) {
147 outInfo = *outQueue.begin();
174 outQueue.erase(outQueue.begin());
184 if (!outQueue.empty()) {
185 outInfo = *outQueue.begin();
186 outQueue.erase(outQueue.begin());
223 List<BufferInfo *> &outQueue = getPortQueue(1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 196 List<BufferInfo *> &outQueue = getPortQueue(1);
198 while (!inQueue.empty() && !outQueue.empty()) {
202 BufferInfo *outInfo = *outQueue.begin();
213 outQueue.erase(outQueue.begin());
260 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 300 List<BufferInfo *> &outQueue = getPortQueue(1);
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);
404 CHECK(!outQueue.empty());
405 BufferInfo *outInfo = *outQueue.begin()
    [all...]
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 213 List<BufferInfo *> &outQueue = getPortQueue(1);
215 while (!inQueue.empty() && !outQueue.empty()) {
219 BufferInfo *outInfo = *outQueue.begin();
230 outQueue.erase(outQueue.begin());
280 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 408 List<BufferInfo *> &outQueue = getPortQueue(1);
415 if (outQueue.empty()) {
419 BufferInfo *outInfo = *outQueue.begin();
432 outQueue.erase(outQueue.begin());
512 if (outQueue.empty()) {
516 BufferInfo *outInfo = *outQueue.begin();
566 outQueue.erase(outQueue.begin());
SoftAACEncoder2.cpp 478 List<BufferInfo *> &outQueue = getPortQueue(1);
485 if (outQueue.empty()) {
509 BufferInfo *outInfo = *outQueue.begin();
526 outQueue.erase(outQueue.begin());
619 if (outQueue.empty()) {
623 BufferInfo *outInfo = *outQueue.begin();
710 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 102 List<BufferInfo *> &outQueue = getPortQueue(1);
104 CHECK(outQueue.empty());
392 List<BufferInfo *> &outQueue = getPortQueue(1);
394 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
397 BufferInfo *outInfo = *outQueue.begin();
420 outQueue.erase(outQueue.begin());
497 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 197 List<BufferInfo *> &outQueue = getPortQueue(1);
199 while (!inQueue.empty() && !outQueue.empty()) {
203 BufferInfo *outInfo = *outQueue.begin();
222 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 299 List<BufferInfo *> &outQueue = getPortQueue(1);
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/opus/dec/
SoftOpus.cpp 340 List<BufferInfo *> &outQueue = getPortQueue(1);
418 while (!inQueue.empty() && !outQueue.empty()) {
430 BufferInfo *outInfo = *outQueue.begin();
441 outQueue.erase(outQueue.begin());
512 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 303 List<BufferInfo *> &outQueue = getPortQueue(1);
372 if (outQueue.empty()) {
376 BufferInfo *outInfo = *outQueue.begin();
411 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 241 List<BufferInfo *> &outQueue = getPortQueue(1);
243 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
251 BufferInfo *outInfo = *outQueue.begin();
384 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 101 List<BufferInfo *> &outQueue = getPortQueue(1);
103 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
128 List<BufferInfo *>::iterator it = outQueue.begin();
135 outQueue.erase(it);
318 List<BufferInfo *>::iterator it = outQueue.begin();
325 outQueue.erase(it);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 350 List<BufferInfo *> &outQueue = getPortQueue(1);
419 if (outQueue.empty()) {
423 BufferInfo *outInfo = *outQueue.begin();
466 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 265 List<BufferInfo *> &outQueue = getPortQueue(1);
329 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
337 BufferInfo *outInfo = *outQueue.begin();
451 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 556 List<BufferInfo *> &outQueue = getPortQueue(1);
558 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 495 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
497 while (!outQueue.empty()) {
516 outInfo = *outQueue.begin();
664 outQueue.erase(outQueue.begin());
680 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 494 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
496 while (!outQueue.empty()) {
516 outInfo = *outQueue.begin();
655 outQueue.erase(outQueue.begin());
671 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 608 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
616 while (!outQueue.empty()) {
636 outInfo = *outQueue.begin();
809 outQueue.erase(outQueue.begin());
826 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 187 List<BufferInfo *> &outQueue = getPortQueue(1);
189 CHECK(outQueue.empty());
    [all...]

Completed in 1568 milliseconds