Home
last modified time | relevance | path

Searched refs:opus_encode (Results 1 – 7 of 7) sorted by relevance

/external/libopus/doc/
Dtrivial_example.c126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE); in main()
/external/libopus/include/
Dopus.h263 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode(
/external/libopus/tests/
Dtest_opus_encode.c280 len = opus_encode(enc, &inbuf[i<<1], frame_size, packet, MAX_PACKET); in run_test1()
409 len = opus_encode(enc, &inbuf[offset<<1], frame_size, packet, MAX_PACKET); in run_test1()
Dtest_opus_api.c1407 i=opus_encode(enc, sbuf, 960, packet, sizeof(packet)); in test_enc_api()
1426 if(opus_encode(0,sbuf,960,packet,sizeof(packet)) !=OPUS_INVALID_STATE)test_failed(); in test_enc_api()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c135 res = opus_encode(inst->encoder, in WebRtcOpus_Encode()
/external/libopus/src/
Dopus_demo.c191 #define opus_encode opus_multistream_encode
700 len[toggle] = opus_encode(enc, in, frame_size, data[toggle], max_payload_bytes); in main()
Dopus_encoder.c2007 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, in opus_encode() function
2028 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, in opus_encode() function