Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dfake_decode_from_file.cc121 last_decoded_length_ = samples_to_decode; in DecodeInternal()
144 if (last_decoded_length_ > 0) { in PacketDuration()
146 return rtc::dchecked_cast<int>(last_decoded_length_); in PacketDuration()
Dfake_decode_from_file.h71 size_t last_decoded_length_ = 0; variable