Searched refs:opus_custom_decoder_init (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h266 OPUS_CUSTOM_EXPORT_STATIC int opus_custom_decoder_init(
/external/libopus/include/
H A Dopus_custom.h266 OPUS_CUSTOM_EXPORT_STATIC int opus_custom_decoder_init(
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c119 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
/external/libopus/celt/
H A Dcelt_decoder.c119 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

Completed in 30 milliseconds