Home
last modified time | relevance | path

Searched refs:opus_multistream_decoder_create (Results 1 – 5 of 5) sorted by relevance

/external/libopus/tests/
Dtest_opus_api.c392 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, &err); in test_msdec_api()
395 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, 0); in test_msdec_api()
417 dec = opus_multistream_decoder_create(48000, 2, 1, 0, mapping, ret_err); in test_msdec_api()
424 dec = opus_multistream_decoder_create(48000, 2, 1, 0, mapping, ret_err); in test_msdec_api()
432 dec = opus_multistream_decoder_create(48000, 1, 4, 1, mapping, ret_err); in test_msdec_api()
449 dec = opus_multistream_decoder_create(48000, 2, 1, 1, mapping, ret_err); in test_msdec_api()
457 dec = opus_multistream_decoder_create(48000, 255, 255, 1, mapping, ret_err); in test_msdec_api()
463 dec = opus_multistream_decoder_create(48000, -1, 1, 1, mapping, ret_err); in test_msdec_api()
469 dec = opus_multistream_decoder_create(48000, 0, 1, 1, mapping, ret_err); in test_msdec_api()
475 dec = opus_multistream_decoder_create(48000, 1, -1, 2, mapping, ret_err); in test_msdec_api()
[all …]
Dtest_opus_encode.c344 MSdec = opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err); in run_test1()
347 MSdec_err = opus_multistream_decoder_create(48000, 3, 2, 0, mapping, &err); in run_test1()
/external/libopus/include/
Dopus_multistream.h504 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSDecoder *opus_multistream_decoder_create(
/external/libopus/src/
Dopus_multistream_decoder.c113 OpusMSDecoder *opus_multistream_decoder_create( in opus_multistream_decoder_create() function
Dopus_demo.c206 …return (OpusDecoder *)opus_multistream_decoder_create(Fs, channels, streams, coupled_streams, mapp…