Searched refs:opus_decoder_create (Results 1 – 11 of 11) sorted by relevance
/external/libopus/tests/ |
D | test_opus_encode.c | 216 dec = opus_decoder_create(sampling_rate, num_channels, &err); in fuzz_encoder_settings() 343 dec = opus_decoder_create(48000, 2, &err); in run_test1() 354 dec_err[1] = opus_decoder_create(48000, 1, &err); in run_test1() 355 dec_err[2] = opus_decoder_create(24000, 2, &err); in run_test1() 356 dec_err[3] = opus_decoder_create(24000, 1, &err); in run_test1() 357 dec_err[4] = opus_decoder_create(16000, 2, &err); in run_test1() 358 dec_err[5] = opus_decoder_create(16000, 1, &err); in run_test1() 359 dec_err[6] = opus_decoder_create(12000, 2, &err); in run_test1() 360 dec_err[7] = opus_decoder_create(12000, 1, &err); in run_test1() 361 dec_err[8] = opus_decoder_create(8000, 2, &err); in run_test1() [all …]
|
D | test_opus_padding.c | 61 decoder = opus_decoder_create(48000, CHANNELS, &error); in test_overflow()
|
D | opus_decode_fuzzer.c | 81 dec = opus_decoder_create(toc.fs, toc.channels, &err); in LLVMFuzzerTestOneInput()
|
D | test_opus_api.c | 127 dec = opus_decoder_create(fs, c, &err); in test_dec_api() 130 dec = opus_decoder_create(fs, c, 0); in test_dec_api() 143 dec = opus_decoder_create(48000, 2, &err); in test_dec_api() 1812 dec=opus_decoder_create(opus_rates[rate], c, ep); in test_malloc_fail()
|
D | test_opus_decode.c | 82 dec[t] = opus_decoder_create(fs, c, &err); in test_decoder_code0()
|
/external/libopus/fuzzer/ |
D | opus_dec_fuzzer.cpp | 48 #define OPUS_DEC_CREATE_API opus_decoder_create
|
/external/libopus/doc/ |
D | trivial_example.c | 97 decoder = opus_decoder_create(SAMPLE_RATE, CHANNELS, &err); in main()
|
/external/libopus/include/ |
D | opus.h | 423 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusDecoder *opus_decoder_create(
|
/external/libopus/src/ |
D | opus_demo.c | 189 #define opus_decoder_create ms_opus_decoder_create 543 dec = opus_decoder_create(sampling_rate, channels, &err); in main()
|
D | opus_decoder.c | 159 OpusDecoder *opus_decoder_create(opus_int32 Fs, int channels, int *error) in opus_decoder_create() function
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.cc | 402 opus_decoder_create(sample_rate_hz, static_cast<int>(channels), &error); in WebRtcOpus_DecoderCreate()
|