Searched refs:celt_decoder_init (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.h135 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
H A Dcelt_decoder.c131 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) function
/external/libopus/celt/
H A Dcelt.h135 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
H A Dcelt_decoder.c131 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) function
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c133 ret = celt_decoder_init(celt_dec, Fs, channels);
/external/libopus/src/
H A Dopus_decoder.c133 ret = celt_decoder_init(celt_dec, Fs, channels);

Completed in 458 milliseconds