Home
last modified time | relevance | path

Searched refs:opus_multistream_decoder_get_size (Results 1 – 4 of 4) 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.c53 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() function
131 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams)); in opus_multistream_decoder_create()
Dopus_projection_decoder.c118 decoder_size = opus_multistream_decoder_get_size(streams, coupled_streams); in opus_projection_decoder_get_size()
/external/libopus/tests/
Dtest_opus_api.c369 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()