Home
last modified time | relevance | path

Searched refs:opus_multistream_decoder_get_size (Results 1 – 3 of 3) sorted by relevance

/external/libopus/include/
Dopus_multistream.h470 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_decoder_get_size(
/external/libopus/src/
Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() function
128 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams)); in opus_multistream_decoder_create()
/external/libopus/tests/
Dtest_opus_api.c373 i=opus_multistream_decoder_get_size(a,b); in test_msdec_api()
402 dec=malloc(opus_multistream_decoder_get_size(1,1)); in test_msdec_api()