Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/include/
H A Dopus_custom.h157 OPUS_CUSTOM_EXPORT int opus_custom_encoder_init(
/aosp_15_r20/external/libopus/celt/
H A Dcelt_encoder.c154 ret = opus_custom_encoder_init(st, mode, channels); in opus_custom_encoder_create()
201 int opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels) in opus_custom_encoder_init() function