Searched refs:packet_duration (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc1892 int packet_duration = 0; local
1897 packet_duration = rtc::checked_cast<int>(decoder_frame_length_);
1900 packet_duration = decoder->PacketDuration(packet->payload,
1903 packet_duration = decoder->
1905 stats_.SecondaryDecodedSamples(packet_duration);
1913 if (packet_duration <= 0) {
1916 packet_duration = rtc::checked_cast<int>(decoder_frame_length_);
1919 packet_duration;

Completed in 89 milliseconds