Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc41 WebRtcG722_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal()
83 size_t decoded_len = WebRtcG722_Decode(dec_state_left_, encoded_deinterleaved, in DecodeInternal()
85 size_t ret = WebRtcG722_Decode( in DecodeInternal()
Dg722_interface.h162 size_t WebRtcG722_Decode(G722DecInst *G722dec_inst,
Dg722_interface.c81 size_t WebRtcG722_Decode(G722DecInst *G722dec_inst, in WebRtcG722_Decode() function
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc127 WebRtcG722_Decode(G722dec_inst, streamdata, stream_len, decoded, in main()