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/dec/
SoftVPX.cpp 119 List<BufferInfo *> &outQueue = getPortQueue(1);
144 while (!outQueue.empty()) {
153 outInfo = *outQueue.begin();
186 outQueue.erase(outQueue.begin());
196 if (!outQueue.empty()) {
197 outInfo = *outQueue.begin();
198 outQueue.erase(outQueue.begin());
235 List<BufferInfo *> &outQueue = getPortQueue(1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 356 List<BufferInfo *> &outQueue = getPortQueue(1);
360 while ((!inQueue.empty() || mSawInputEOS) && !outQueue.empty() && !mSentOutputEOS) {
404 BufferInfo *outInfo = *outQueue.begin();
411 outQueue.erase(outQueue.begin());
425 outQueue.erase(outQueue.begin());
475 List<BufferInfo *> &outQueue = getPortQueue(1);
476 CHECK(!outQueue.empty());
477 BufferInfo *outInfo = *outQueue.begin()
    [all...]
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 260 List<BufferInfo *> &outQueue = getPortQueue(1);
262 while (!inQueue.empty() && !outQueue.empty()) {
266 BufferInfo *outInfo = *outQueue.begin();
277 outQueue.erase(outQueue.begin());
327 outQueue.erase(outQueue.begin());
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 243 List<BufferInfo *> &outQueue = getPortQueue(1);
245 while (!inQueue.empty() && !outQueue.empty()) {
249 BufferInfo *outInfo = *outQueue.begin();
260 outQueue.erase(outQueue.begin());
307 outQueue.erase(outQueue.begin());