Home
last modified time | relevance | path

Searched refs:WebRtcOpus_DecoderInit (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_opus.cc31 WebRtcOpus_DecoderInit(dec_state_);
95 WebRtcOpus_DecoderInit(dec_state_); in Reset()
Daudio_decoder_multi_channel_opus_impl.cc52 WebRtcOpus_DecoderInit(dec_state_); in AudioDecoderMultiChannelOpusImpl()
144 WebRtcOpus_DecoderInit(dec_state_); in Reset()
Dopus_interface.h395 void WebRtcOpus_DecoderInit(OpusDecInst* inst);
Dopus_interface.cc487 void WebRtcOpus_DecoderInit(OpusDecInst* inst) { in WebRtcOpus_DecoderInit() function
Dopus_unittest.cc675 WebRtcOpus_DecoderInit(opus_decoder_); in TEST_P()
/external/webrtc/modules/audio_coding/test/
Dopus_test.cc82 WebRtcOpus_DecoderInit(opus_mono_decoder_); in Perform()
83 WebRtcOpus_DecoderInit(opus_stereo_decoder_); in Perform()