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

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_interface.h 50 * WebRtcG722_EncoderInit(...)
62 int16_t WebRtcG722_EncoderInit(G722EncInst *G722enc_inst);
g722_interface.c 29 int16_t WebRtcG722_EncoderInit(G722EncInst *G722enc_inst)
audio_encoder_g722.cc 149 RTC_CHECK_EQ(0, WebRtcG722_EncoderInit(encoders_[i].encoder));
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 109 WebRtcG722_EncoderInit((G722EncInst *)G722enc_inst);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc     [all...]

Completed in 50 milliseconds