Searched refs:opus_decoder_init (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus.h357 * error = opus_decoder_init(dec, Fs, channels);
397 * @see opus_decoder_create,opus_decoder_init
440 OPUS_EXPORT int opus_decoder_init(
/external/libopus/include/
H A Dopus.h357 * error = opus_decoder_init(dec, Fs, channels);
397 * @see opus_decoder_create,opus_decoder_init
440 OPUS_EXPORT int opus_decoder_init(
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c96 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 2);
102 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 1);
H A Dopus_decoder.c101 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels) function
161 ret = opus_decoder_init(st, Fs, channels);
/external/libopus/src/
H A Dopus_multistream_decoder.c96 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 2);
102 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 1);
H A Dopus_decoder.c101 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels) function
161 ret = opus_decoder_init(st, Fs, channels);
/external/chromium_org/media/cast/receiver/
H A Daudio_decoder.cc109 if (opus_decoder_init(opus_decoder_, sampling_rate, num_channels) !=
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c134 err = opus_decoder_init(dec,fs,c);
148 fprintf(stdout," opus_decoder_init() .......................... OK.\n");
327 if(opus_decoder_init(0,48000,1) !=OPUS_INVALID_STATE)test_failed();
/external/libopus/tests/
H A Dtest_opus_api.c134 err = opus_decoder_init(dec,fs,c);
148 fprintf(stdout," opus_decoder_init() .......................... OK.\n");
327 if(opus_decoder_init(0,48000,1) !=OPUS_INVALID_STATE)test_failed();

Completed in 2295 milliseconds