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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/
opus_interface.h 156 * WebRtcOpus_DecoderInit(...)
167 int16_t WebRtcOpus_DecoderInit(OpusDecInst* inst);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 206 int16_t WebRtcOpus_DecoderInit(OpusDecInst* inst) {
opus_unittest.cc 288 EXPECT_EQ(0, WebRtcOpus_DecoderInit(opus_stereo_decoder_));

Completed in 290 milliseconds