HomeSort by relevance Sort by last modified time
    Searched refs:opus_custom_decode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 168 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));
celt.c 2708 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_size) function
2744 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_size) function
    [all...]
  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 307 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_decode(

Completed in 173 milliseconds