Home
last modified time | relevance | path

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

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