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

  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 223 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_encode(
  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 137 len = opus_custom_encode(enc, in, frame_size, data, bytes_per_packet);
139 fprintf (stderr, "opus_custom_encode() failed: %s\n", opus_strerror(len));
celt_encoder.c 2087 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) function
2120 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) function
    [all...]

Completed in 119 milliseconds