Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/src/
H A 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()
H A Dopus_projection_decoder.c118 decoder_size = opus_multistream_decoder_get_size(streams, coupled_streams); in opus_projection_decoder_get_size()
/aosp_15_r20/external/libopus/include/
H A Dopus_multistream.h470 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_decoder_get_size(
/aosp_15_r20/out/soong/.intermediates/external/libopus/libopus/android_arm64_armv8-2a_cortex-a55_shared_apex31/
Dlibopus.so.toc44 39: FUNC GLOBAL DEFAULT 15 opus_multistream_decoder_get_size
/aosp_15_r20/external/libopus/tests/
H A 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()