Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h276 #define OPUS_GET_BITRATE(x) OPUS_GET_BITRATE_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1194 err=opus_encoder_ctl(enc,OPUS_GET_BITRATE((opus_int32 *)NULL)); in test_enc_api()
1200 if(opus_encoder_ctl(enc,OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in test_enc_api()
1203 CHECK_SETGET(OPUS_SET_BITRATE(i),OPUS_GET_BITRATE(&i),-12345,0, in test_enc_api()
Dtest_opus_encode.c329 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in run_test1()