HomeSort by relevance Sort by last modified time
    Searched refs:outQueue (Results 1 - 22 of 22) 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());
256 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());
276 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 413 List<BufferInfo *> &outQueue = getPortQueue(1);
420 if (outQueue.empty()) {
424 BufferInfo *outInfo = *outQueue.begin();
437 outQueue.erase(outQueue.begin());
517 if (outQueue.empty()) {
521 BufferInfo *outInfo = *outQueue.begin();
571 outQueue.erase(outQueue.begin());
SoftAACEncoder2.cpp 481 List<BufferInfo *> &outQueue = getPortQueue(1);
488 if (outQueue.empty()) {
512 BufferInfo *outInfo = *outQueue.begin();
520 outQueue.erase(outQueue.begin());
604 if (outQueue.empty()) {
608 BufferInfo *outInfo = *outQueue.begin();
695 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 103 List<BufferInfo *> &outQueue = getPortQueue(1);
105 CHECK(outQueue.empty());
400 List<BufferInfo *> &outQueue = getPortQueue(1);
402 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
405 BufferInfo *outInfo = *outQueue.begin();
428 outQueue.erase(outQueue.begin());
505 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/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);
303 List<BufferInfo *>::iterator it = outQueue.begin();
310 outQueue.erase(it);
  /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());
508 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 307 List<BufferInfo *> &outQueue = getPortQueue(1);
376 if (outQueue.empty()) {
380 BufferInfo *outInfo = *outQueue.begin();
415 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/avc/enc/
SoftAVCEncoder.cpp 189 List<BufferInfo *> &outQueue = getPortQueue(1);
191 CHECK(outQueue.empty());
505 List<BufferInfo *> &outQueue = getPortQueue(1);
507 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
510 BufferInfo *outInfo = *outQueue.begin();
541 outQueue.erase(outQueue.begin());
683 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 354 List<BufferInfo *> &outQueue = getPortQueue(1);
423 if (outQueue.empty()) {
427 BufferInfo *outInfo = *outQueue.begin();
470 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 555 List<BufferInfo *> &outQueue = getPortQueue(1);
557 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 541 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
543 while (!outQueue.empty()) {
568 outInfo = *outQueue.begin();
714 outQueue.erase(outQueue.begin());
730 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 502 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
504 while (!outQueue.empty()) {
524 outInfo = *outQueue.begin();
662 outQueue.erase(outQueue.begin());
678 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 594 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
602 while (!outQueue.empty()) {
622 outInfo = *outQueue.begin();
789 outQueue.erase(outQueue.begin());
806 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 188 List<BufferInfo *> &outQueue = getPortQueue(1);
190 CHECK(outQueue.empty());
    [all...]

Completed in 720 milliseconds