Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc224 int est_len = WebRtcOpus_DurationEst(decoder, bitstream_, encoded_bytes_); in EncodeDecode()
235 int est_len = WebRtcOpus_DurationEst(decoder, NULL, 0); in EncodeDecode()
859 WebRtcOpus_DurationEst(opus_decoder_, bitstream_, in TEST_P()
870 WebRtcOpus_DurationEst(opus_decoder_, bitstream_, in TEST_P()
938 static_cast<size_t>(WebRtcOpus_DurationEst( in TEST_P()
Dopus_interface.h459 int WebRtcOpus_DurationEst(OpusDecInst* inst,
Daudio_decoder_opus.cc100 return WebRtcOpus_DurationEst(dec_state_, encoded, encoded_len); in PacketDuration()
Daudio_decoder_multi_channel_opus_impl.cc149 return WebRtcOpus_DurationEst(dec_state_, encoded, encoded_len); in PacketDuration()
Dopus_interface.cc626 int WebRtcOpus_DurationEst(OpusDecInst* inst, in WebRtcOpus_DurationEst() function