Searched refs:WebRtcG722_Decode (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.cc | 41 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()
|
D | g722_interface.h | 162 size_t WebRtcG722_Decode(G722DecInst *G722dec_inst,
|
D | g722_interface.c | 81 size_t WebRtcG722_Decode(G722DecInst *G722dec_inst, in WebRtcG722_Decode() function
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 127 WebRtcG722_Decode(G722dec_inst, streamdata, stream_len, decoded, in main()
|