HomeSort by relevance Sort by last modified time
    Searched defs:max_encoded_bytes (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t_impl.h 119 size_t max_encoded_bytes,
136 RTC_CHECK_LE(static_cast<size_t>(r), max_encoded_bytes); local
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 780 const size_t max_encoded_bytes = isac_encoder_->MaxEncodedBytes(); local
781 rtc::scoped_ptr<uint8_t[]> encoded(new uint8_t[max_encoded_bytes]);
796 max_encoded_bytes, encoded.get());
    [all...]

Completed in 158 milliseconds