Home
last modified time | relevance | path

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

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