HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcG722_Decode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
g722_interface.h 150 * WebRtcG722_Decode(...)
170 int16_t WebRtcG722_Decode(G722DecInst *G722dec_inst,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c 88 int16_t WebRtcG722_Decode(G722DecInst *G722dec_inst,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 127 err = WebRtcG722_Decode((G722DecInst *)G722dec_inst, streamdata, stream_len, decoded, speechType);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc 280 int16_t ret = WebRtcG722_Decode(
319 int16_t ret = WebRtcG722_Decode(
325 ret = WebRtcG722_Decode(

Completed in 512 milliseconds