Searched refs:last_decoded_length_ (Results 1 – 2 of 2) sorted by relevance
121 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()
71 size_t last_decoded_length_ = 0; variable