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

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 106 List<BufferInfo *> &outQueue = getPortQueue(1);
131 while (!outQueue.empty()) {
140 outInfo = *outQueue.begin();
164 outQueue.erase(outQueue.begin());
174 if (!outQueue.empty()) {
175 outInfo = *outQueue.begin();
176 outQueue.erase(outQueue.begin());
194 List<BufferInfo *> &outQueue = getPortQueue(1)
    [all...]
  /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()) {
246 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
247 BufferInfo *outInfo = *outQueue.begin();
248 outQueue.erase(outQueue.begin());
271 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex)
    [all...]
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 201 List<BufferInfo *> &outQueue = getPortQueue(1);
203 while (!inQueue.empty() && !outQueue.empty()) {
207 BufferInfo *outInfo = *outQueue.begin();
218 outQueue.erase(outQueue.begin());
255 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 184 List<BufferInfo *> &outQueue = getPortQueue(1);
186 while (!inQueue.empty() && !outQueue.empty()) {
190 BufferInfo *outInfo = *outQueue.begin();
201 outQueue.erase(outQueue.begin());
236 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 274 List<BufferInfo *> &outQueue = getPortQueue(1);
276 while (!inQueue.empty() && !outQueue.empty()) {
280 BufferInfo *outInfo = *outQueue.begin();
291 outQueue.erase(outQueue.begin());
329 outQueue.erase(outQueue.begin());
377 List<BufferInfo *> &outQueue = getPortQueue(1);
378 CHECK(!outQueue.empty());
379 BufferInfo *outInfo = *outQueue.begin()
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 279 List<BufferInfo *> &outQueue = getPortQueue(1);
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/aacenc/
SoftAACEncoder.cpp 385 List<BufferInfo *> &outQueue = getPortQueue(1);
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());
SoftAACEncoder2.cpp 420 List<BufferInfo *> &outQueue = getPortQueue(1);
427 if (outQueue.empty()) {
451 BufferInfo *outInfo = *outQueue.begin();
459 outQueue.erase(outQueue.begin());
543 if (outQueue.empty()) {
547 BufferInfo *outInfo = *outQueue.begin();
634 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 99 List<BufferInfo *> &outQueue = getPortQueue(1);
101 CHECK(outQueue.empty());
368 List<BufferInfo *> &outQueue = getPortQueue(1);
370 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
373 BufferInfo *outInfo = *outQueue.begin();
396 outQueue.erase(outQueue.begin());
473 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 172 List<BufferInfo *> &outQueue = getPortQueue(1);
174 while (!inQueue.empty() && !outQueue.empty()) {
178 BufferInfo *outInfo = *outQueue.begin();
197 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);
277 List<BufferInfo *>::iterator it = outQueue.begin();
284 outQueue.erase(it);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 324 List<BufferInfo *> &outQueue = getPortQueue(1);
402 while (!inQueue.empty() && !outQueue.empty()) {
414 BufferInfo *outInfo = *outQueue.begin();
425 outQueue.erase(outQueue.begin());
487 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 279 List<BufferInfo *> &outQueue = getPortQueue(1);
348 if (outQueue.empty()) {
352 BufferInfo *outInfo = *outQueue.begin();
387 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 214 List<BufferInfo *> &outQueue = getPortQueue(1);
216 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
224 BufferInfo *outInfo = *outQueue.begin();
346 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 189 List<BufferInfo *> &outQueue = getPortQueue(1);
191 CHECK(outQueue.empty());
489 List<BufferInfo *> &outQueue = getPortQueue(1);
491 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
494 BufferInfo *outInfo = *outQueue.begin();
525 outQueue.erase(outQueue.begin());
667 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 326 List<BufferInfo *> &outQueue = getPortQueue(1);
395 if (outQueue.empty()) {
399 BufferInfo *outInfo = *outQueue.begin();
442 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 248 List<BufferInfo *> &outQueue = getPortQueue(1);
295 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
303 BufferInfo *outInfo = *outQueue.begin();
406 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 506 List<BufferInfo *> &outQueue = getPortQueue(1);
508 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 558 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
570 while (!outQueue.empty()) {
590 outInfo = *outQueue.begin();
730 outQueue.erase(outQueue.begin());
746 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 543 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
555 while (!outQueue.empty()) {
575 outInfo = *outQueue.begin();
727 outQueue.erase(outQueue.begin());
744 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 618 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
630 while (!outQueue.empty()) {
655 outInfo = *outQueue.begin();
843 outQueue.erase(outQueue.begin());
859 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 187 List<BufferInfo *> &outQueue = getPortQueue(1);
189 CHECK(outQueue.empty());
    [all...]
  /frameworks/base/tools/aapt2/
Main.cpp 424 const void* data, size_t dataLen, ZipFile* outApk, std::queue<LinkItem>* outQueue,
466 outQueue->push(newWork);
    [all...]

Completed in 275 milliseconds