Searched refs:total_samples_to_decode (Results 1 – 1 of 1) sorted by relevance
75 const int total_samples_to_decode = samples_to_decode * (stereo_ ? 2 : 1); in DecodeInternal() local81 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()