Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/celt/
H A Dcelt_decoder.c166 return opus_custom_decoder_get_size(mode, channels); in celt_decoder_get_size()
169 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels) in opus_custom_decoder_get_size() function
182 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_create()
216 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init()
1523 opus_custom_decoder_get_size(st->mode, st->channels)-
/aosp_15_r20/external/libopus/include/
H A Dopus_custom.h250 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_decoder_get_size(