Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/include/
Dopus_defines.h259 #define OPUS_GET_BITRATE(x) OPUS_GET_BITRATE_REQUEST, __opus_check_int_ptr(x) macro
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_encode.c174 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1193 err=opus_encoder_ctl(enc,OPUS_GET_BITRATE((opus_int32 *)NULL)); in test_enc_api()
1199 if(opus_encoder_ctl(enc,OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in test_enc_api()
1202 CHECK_SETGET(OPUS_SET_BITRATE(i),OPUS_GET_BITRATE(&i),-12345,0, in test_enc_api()