Home
last modified time | relevance | path

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

/external/libopus/celt/
Dopus_custom_demo.c168 ret = opus_custom_decode(dec, NULL, len, out, frame_size); in main()
170 ret = opus_custom_decode(dec, data, len, out, frame_size); in main()
Dcelt_decoder.c1081 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… function
1117 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… function
/external/libopus/include/
Dopus_custom.h320 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_decode(