Home
last modified time | relevance | path

Searched refs:WebRtcG722_DecoderInit (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc25 WebRtcG722_DecoderInit(dec_state_); in AudioDecoderG722Impl()
50 WebRtcG722_DecoderInit(dec_state_); in Reset()
77 WebRtcG722_DecoderInit(dec_state_left_); in AudioDecoderG722StereoImpl()
78 WebRtcG722_DecoderInit(dec_state_right_); in AudioDecoderG722StereoImpl()
126 WebRtcG722_DecoderInit(dec_state_left_); in Reset()
127 WebRtcG722_DecoderInit(dec_state_right_); in Reset()
Dg722_interface.h119 void WebRtcG722_DecoderInit(G722DecInst* inst);
Dg722_interface.c67 void WebRtcG722_DecoderInit(G722DecInst* inst) { in WebRtcG722_DecoderInit() function
/external/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc107 WebRtcG722_DecoderInit((G722DecInst*)G722dec_inst); in main()