Home
last modified time | relevance | path

Searched refs:opus_multistream_encoder_get_size (Results 1 – 2 of 2) sorted by relevance

/external/libopus/include/
Dopus_multistream.h203 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_encoder_get_size(
/external/libopus/src/
Dopus_multistream_encoder.c372 opus_int32 opus_multistream_encoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_encoder_get_size() function
419 size = opus_multistream_encoder_get_size(nb_streams, nb_coupled_streams); in opus_multistream_surround_encoder_get_size()
599 st = (OpusMSEncoder *)opus_alloc(opus_multistream_encoder_get_size(streams, coupled_streams)); in opus_multistream_encoder_create()