Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/include/
H A Dopus_custom.h267 OPUS_CUSTOM_EXPORT_STATIC int opus_custom_decoder_init(
/aosp_15_r20/external/libopus/celt/
H A Dcelt_decoder.c183 ret = opus_custom_decoder_init(st, mode, channels); in opus_custom_decoder_create()
198 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels); in celt_decoder_init()
208 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channe… in opus_custom_decoder_init() function