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

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 49 kNumOutputBuffers = 4,
SoftAAC2.cpp 96 def.nBufferCountMin = kNumOutputBuffers;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 51 kNumOutputBuffers = 2,
SoftMPEG4.cpp 138 def.nBufferCountMin = kNumOutputBuffers;
320 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 55 kNumOutputBuffers = 2,
SoftAVC.cpp 135 def.nBufferCountMin = kNumOutputBuffers;
304 && outQueue.size() == kNumOutputBuffers) {

Completed in 2990 milliseconds