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

  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 79 static const size_t kMaxFrameSize;
348 const size_t WAVSource::kMaxFrameSize = 32768;
369 mMeta->setInt32(kKeyMaxInputSize, kMaxFrameSize);
384 mGroup = new MediaBufferGroup(4 /* buffers */, kMaxFrameSize);
388 mGroup->add_buffer(new MediaBuffer(kMaxFrameSize));
452 mBitsPerSample == 8 ? kMaxFrameSize / 2 :
453 (mBitsPerSample == 24 ? 3*(kMaxFrameSize/3): kMaxFrameSize);
AACExtractor.cpp 56 static const size_t kMaxFrameSize;
235 const size_t AACSource::kMaxFrameSize = 8192;
268 mGroup->add_buffer(new MediaBuffer(kMaxFrameSize));
MP3Extractor.cpp 231 static const size_t kMaxFrameSize;
437 const size_t MP3Source::kMaxFrameSize = (1 << 12); /* 4096 bytes */
466 mGroup->add_buffer(new MediaBuffer(kMaxFrameSize));
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 58 static const size_t kMaxFrameSize;
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 208 const size_t AacAdtsSource::kMaxFrameSize = 8192;
236 mGroup->add_buffer(new MediaBuffer(kMaxFrameSize));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 201 static const size_t kMaxFrameSize = 2880; // 60 ms @ 48 kHz.
203 static const size_t kSyncBufferSize = 2 * kMaxFrameSize;
neteq_impl.cc 85 decoded_buffer_length_(kMaxFrameSize),
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 247 frame_data_(kMaxFrameSize),
299 static const int kMaxFrameSize = 480;
audio_processing_impl_locking_unittest.cc 394 static const int kMaxFrameSize = 480;
498 render_thread_state_(kMaxFrameSize,
506 capture_thread_state_(kMaxFrameSize,
    [all...]

Completed in 130 milliseconds