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

  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 266 OPUS_CUSTOM_EXPORT_STATIC int opus_custom_decoder_init(
  /external/libopus/include/
opus_custom.h 266 OPUS_CUSTOM_EXPORT_STATIC int opus_custom_decoder_init(
  /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 283 milliseconds