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

  /external/chromium_org/third_party/opus/src/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/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/chromium_org/media/cast/sender/
audio_encoder.cc 259 opus_encode_float(opus_encoder_,
268 LOG(ERROR) << "Error code from opus_encode_float(): " << result;
  /external/chromium_org/third_party/opus/src/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/chromium_org/third_party/opus/src/tests/
test_opus_api.c     [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 322 milliseconds