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

  /external/libopus/include/
opus_custom.h 224 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_encode(
  /external/libopus/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 2109 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) function
2142 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) function
    [all...]

Completed in 54 milliseconds