Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc22 WebRtcG722_DecoderInit(dec_state_); in AudioDecoderG722()
47 WebRtcG722_DecoderInit(dec_state_); in Reset()
63 WebRtcG722_DecoderInit(dec_state_left_); in AudioDecoderG722Stereo()
64 WebRtcG722_DecoderInit(dec_state_right_); in AudioDecoderG722Stereo()
108 WebRtcG722_DecoderInit(dec_state_left_); in Reset()
109 WebRtcG722_DecoderInit(dec_state_right_); in Reset()
Dg722_interface.h125 void WebRtcG722_DecoderInit(G722DecInst* inst);
Dg722_interface.c69 void WebRtcG722_DecoderInit(G722DecInst* inst) { in WebRtcG722_DecoderInit() function
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc110 WebRtcG722_DecoderInit((G722DecInst *)G722dec_inst); in main()