Searched refs:opus_decoder_init (Results 1 – 4 of 4) sorted by relevance
/external/libopus/include/ |
D | opus.h | 440 OPUS_EXPORT int opus_decoder_init(
|
/external/libopus/src/ |
D | opus_multistream_decoder.c | 99 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()
|
D | opus_decoder.c | 116 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/ |
D | test_opus_api.c | 135 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()
|