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

  /external/libopus/include/
opus.h 129 * To encode a frame, opus_encode() or opus_encode_float() must be called with exactly one frame (2.5, 5, 10, 20, 40 or 60 ms) of audio data:
136 * <li>audio_frame is the audio data in opus_int16 (or float for opus_encode_float())</li>
143 * opus_encode() and opus_encode_float() return the number of bytes actually written to the packet.
304 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode_float(
    [all...]
  /external/libopus/src/
opus_encoder.c 1937 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, function
2009 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, function
    [all...]
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 46 milliseconds