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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 85 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
87 CHECK(outQueue.empty());
111 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
123 && outQueue.size() == kNumOutputBuffers) {
207 if (mFirstPicture && !outQueue.empty()) {
259 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
260 BufferInfo *outInfo = *outQueue.begin();
261 outQueue.erase(outQueue.begin());
276 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex)
    [all...]
  /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/dec/
SoftVPX.cpp 94 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
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 347 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
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 100 List<BufferInfo *> &outQueue = getPortQueue(1);
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/
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/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/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 180 milliseconds