Searched refs:opus_custom_decode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dopus_custom_demo.c168 ret = opus_custom_decode(dec, NULL, len, out, frame_size);
170 ret = opus_custom_decode(dec, data, len, out, frame_size);
172 fprintf(stderr, "opus_custom_decode() failed: %s\n", opus_strerror(ret));
H A Dcelt_decoder.c1029 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_size) function
1065 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_size) function
/external/libopus/celt/
H A Dopus_custom_demo.c168 ret = opus_custom_decode(dec, NULL, len, out, frame_size);
170 ret = opus_custom_decode(dec, data, len, out, frame_size);
172 fprintf(stderr, "opus_custom_decode() failed: %s\n", opus_strerror(ret));
H A Dcelt_decoder.c1029 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_size) function
1065 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_size) function
/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h320 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_decode(
/external/libopus/include/
H A Dopus_custom.h320 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_decode(

Completed in 174 milliseconds