Home
last modified time | relevance | path

Searched refs:opus_custom_encoder_create (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libopus/include/
H A Dopus_custom.h175 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encoder_create(
/aosp_15_r20/external/libopus/celt/
H A Dopus_custom_demo.c104 enc = opus_custom_encoder_create(mode, channels, &err); in main()
H A Dcelt_encoder.c149 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_encoder_create() function