Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_custom.h249 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_decoder_get_size(
/external/libopus/celt/
Dcelt_decoder.c147 return opus_custom_decoder_get_size(mode, channels); in celt_decoder_get_size()
150 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels) in opus_custom_decoder_get_size() function
163 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_create()
197 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init()
1304 opus_custom_decoder_get_size(st->mode, st->channels)-