Home
last modified time | relevance | path

Searched refs:opus_decoder_init (Results 1 – 4 of 4) sorted by relevance

/external/libopus/include/
Dopus.h440 OPUS_EXPORT int opus_decoder_init(
/external/libopus/src/
Dopus_multistream_decoder.c99 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 2); in opus_multistream_decoder_init()
105 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 1); in opus_multistream_decoder_init()
Dopus_decoder.c116 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels) in opus_decoder_init() function
177 ret = opus_decoder_init(st, Fs, channels); in opus_decoder_create()
/external/libopus/tests/
Dtest_opus_api.c135 err = opus_decoder_init(dec,fs,c); in test_dec_api()
328 if(opus_decoder_init(0,48000,1) !=OPUS_INVALID_STATE)test_failed(); in test_dec_api()