Home
last modified time | relevance | path

Searched refs:total_samples_to_decode (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Dfake_decode_from_file.cc75 const int total_samples_to_decode = samples_to_decode * (stereo_ ? 2 : 1); in DecodeInternal() local
81 RTC_DCHECK_GT(total_samples_to_decode, 0); in DecodeInternal()
82 std::fill_n(decoded, total_samples_to_decode, 0); in DecodeInternal()
84 return rtc::dchecked_cast<int>(total_samples_to_decode); in DecodeInternal()
105 RTC_DCHECK_GT(total_samples_to_decode, 0); in DecodeInternal()
106 std::fill_n(decoded, total_samples_to_decode, 0); in DecodeInternal()
109 return rtc::dchecked_cast<int>(total_samples_to_decode); in DecodeInternal()
122 return rtc::dchecked_cast<int>(total_samples_to_decode); in DecodeInternal()