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

  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 191 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
SoftGSM.cpp 181 List<BufferInfo *> &outQueue = getPortQueue(1);
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/h264dec/
SoftAVC.cpp 95 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
97 CHECK(outQueue.empty());
300 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
304 && outQueue.size() == kNumOutputBuffers) {
388 if (mFirstPicture && !outQueue.empty()) {
395 while (!outQueue.empty() &&
450 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
451 BufferInfo *outInfo = *outQueue.begin();
452 outQueue.erase(outQueue.begin())
    [all...]
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 268 List<BufferInfo *> &outQueue = getPortQueue(1);
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);
371 CHECK(!outQueue.empty());
372 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/mp3dec/
SoftMP3.cpp 195 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
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 343 List<BufferInfo *> &outQueue = getPortQueue(1);
350 if (outQueue.empty()) {
374 BufferInfo *outInfo = *outQueue.begin();
382 outQueue.erase(outQueue.begin());
466 if (outQueue.empty()) {
470 BufferInfo *outInfo = *outQueue.begin();
557 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/aacdec/
SoftAAC2.cpp 313 List<BufferInfo *> &outQueue = getPortQueue(1);
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/on2/dec/
SoftVPX.cpp 228 List<BufferInfo *> &outQueue = getPortQueue(1);
230 while (!inQueue.empty() && !outQueue.empty()) {
234 BufferInfo *outInfo = *outQueue.begin();
245 outQueue.erase(outQueue.begin());
314 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 246 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
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/m4v_h263/enc/
SoftMPEG4Encoder.cpp 112 List<BufferInfo *> &outQueue = getPortQueue(1);
114 CHECK(outQueue.empty());
635 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
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/m4v_h263/dec/
SoftMPEG4.cpp 318 List<BufferInfo *> &outQueue = getPortQueue(1);
320 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
339 List<BufferInfo *>::iterator it = outQueue.begin();
346 outQueue.erase(it);
467 List<BufferInfo *>::iterator it = outQueue.begin();
474 outQueue.erase(it);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 202 List<BufferInfo *> &outQueue = getPortQueue(1);
204 CHECK(outQueue.empty());
726 List<BufferInfo *> &outQueue = getPortQueue(1);
728 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
731 BufferInfo *outInfo = *outQueue.begin();
762 outQueue.erase(outQueue.begin());
909 outQueue.erase(outQueue.begin());
    [all...]

Completed in 472 milliseconds