Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/include/
H A Dopus_custom.h284 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decoder_create(
/aosp_15_r20/external/libopus/celt/
H A Dopus_custom_demo.c112 dec = opus_custom_decoder_create(mode, channels, &err); in main()
H A Dcelt_decoder.c179 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_decoder_create() function