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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
g722_interface.h 119 * WebRtcG722_DecoderInit(...)
131 int16_t WebRtcG722_DecoderInit(G722DecInst *G722dec_inst);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c 70 int16_t WebRtcG722_DecoderInit(G722DecInst *G722dec_inst)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 110 WebRtcG722_DecoderInit((G722DecInst *)G722dec_inst);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc 289 return WebRtcG722_DecoderInit(static_cast<G722DecInst*>(state_));
348 int ret = WebRtcG722_DecoderInit(static_cast<G722DecInst*>(state_right_));

Completed in 186 milliseconds