Home
last modified time | relevance | path

Searched refs:OPUS_GET_BITRATE (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/standalone_sender/
Dstreaming_opus_encoder.cc63 opus_encoder_ctl(encoder(), OPUS_GET_BITRATE(&bitrate)); in GetBitrate()
/external/libopus/include/
Dopus_defines.h280 #define OPUS_GET_BITRATE(x) OPUS_GET_BITRATE_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1192 err=opus_encoder_ctl(enc,OPUS_GET_BITRATE(null_int_ptr)); in test_enc_api()
1198 if(opus_encoder_ctl(enc,OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in test_enc_api()
1201 CHECK_SETGET(OPUS_SET_BITRATE(i),OPUS_GET_BITRATE(&i),-12345,0, in test_enc_api()
Dtest_opus_encode.c331 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in run_test1()