/external/libopus/doc/ |
trivial_example.c | 126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
|
/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: 131 * len = opus_encode(enc, audio_frame, frame_size, packet, max_packet); 143 * opus_encode() and opus_encode_float() return the number of bytes actually written to the packet. 263 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode( [all...] |
/external/libopus/tests/ |
test_opus_encode.c | 280 len = opus_encode(enc, &inbuf[i<<1], frame_size, packet, MAX_PACKET); 409 len = opus_encode(enc, &inbuf[offset<<1], frame_size, packet, MAX_PACKET);
|
test_opus_api.c | [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
opus_interface.c | 135 res = opus_encode(inst->encoder,
|
/external/libopus/src/ |
opus_demo.c | 191 #define opus_encode opus_multistream_encode 702 len[toggle] = opus_encode(enc, in, frame_size, data[toggle], max_payload_bytes); 725 fprintf (stderr, "opus_encode() returned %d\n", len[toggle]); [all...] |
opus_encoder.c | 1964 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, function 1984 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, function [all...] |