Searched refs:WebRtcOpus_Decode (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | opus_test.cc | 303 decoded_samples += WebRtcOpus_Decode( in Run() 312 decoded_samples += WebRtcOpus_Decode( in Run()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.cc | 36 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal()
|
D | opus_interface.h | 238 int WebRtcOpus_Decode(OpusDecInst* inst, const uint8_t* encoded,
|
D | opus_unittest.cc | 125 int act_len = WebRtcOpus_Decode(decoder, bitstream_, in EncodeDecode() 427 static_cast<size_t>(WebRtcOpus_Decode( in TEST_P() 659 static_cast<size_t>(WebRtcOpus_Decode( in TEST_P()
|
D | opus_speed_test.cc | 77 value = WebRtcOpus_Decode(opus_decoder_, bit_stream, encoded_bytes, out_data, in DecodeABlock()
|
D | opus_fec_test.cc | 164 value_2 = WebRtcOpus_Decode(opus_decoder_, &bit_stream_[0], encoded_bytes_, in DecodeABlock()
|
D | opus_interface.c | 333 int WebRtcOpus_Decode(OpusDecInst* inst, const uint8_t* encoded, in WebRtcOpus_Decode() function
|