Home
last modified time | relevance | path

Searched refs:OPUS_GET_LOOKAHEAD (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/
Dopus_custom_demo.c120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip)); in main()
/external/openscreen/cast/standalone_sender/
Dstreaming_opus_encoder.cc145 opus_encoder_ctl(encoder(), OPUS_GET_LOOKAHEAD(&lookahead)); in UpdateCodecDelay()
/external/libopus/include/
Dopus_defines.h477 #define OPUS_GET_LOOKAHEAD(x) OPUS_GET_LOOKAHEAD_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1140 err=opus_encoder_ctl(enc,OPUS_GET_LOOKAHEAD(&i)); in test_enc_api()
1149 err=opus_encoder_ctl(enc,OPUS_GET_LOOKAHEAD(&i)); in test_enc_api()
1164 err=opus_encoder_ctl(enc,OPUS_GET_LOOKAHEAD(&i)); in test_enc_api()
1167 err=opus_encoder_ctl(enc,OPUS_GET_LOOKAHEAD(null_int_ptr)); in test_enc_api()
/external/libopus/src/
Dopus_demo.c537 opus_encoder_ctl(enc, OPUS_GET_LOOKAHEAD(&skip)); in main()