HomeSort by relevance Sort by last modified time
    Searched defs:opus_custom_decoder_init (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 119 ret = opus_custom_decoder_init(st, mode, channels);
134 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels);
144 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channels) function
    [all...]
  /external/libopus/celt/
celt_decoder.c 119 ret = opus_custom_decoder_init(st, mode, channels);
134 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels);
144 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channels) function
    [all...]

Completed in 221 milliseconds