OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:celt_decoder_init
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
celt.h
130
int
celt_decoder_init
(CELTDecoder *st, opus_int32 sampling_rate, int channels);
celt_decoder.c
131
int
celt_decoder_init
(CELTDecoder *st, opus_int32 sampling_rate, int channels)
function
[
all
...]
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
131
ret =
celt_decoder_init
(celt_dec, Fs, channels);
Completed in 44 milliseconds