Searched refs:opus_multistream_decoder_get_size (Results 1 – 4 of 4) sorted by relevance
470 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_decoder_get_size(
53 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() function131 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams)); in opus_multistream_decoder_create()
118 decoder_size = opus_multistream_decoder_get_size(streams, coupled_streams); in opus_projection_decoder_get_size()
369 i=opus_multistream_decoder_get_size(a,b); in test_msdec_api()398 dec=malloc(opus_multistream_decoder_get_size(1,1)); in test_msdec_api()