Searched refs:opus_custom_decode (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | opus_custom_demo.c | 168 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()
|
D | celt_decoder.c | 1185 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… function 1221 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… function
|
/external/libopus/include/ |
D | opus_custom.h | 320 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_decode(
|