Searched refs:OPUS_GET_BITRATE (Results 1 – 4 of 4) sorted by relevance
63 opus_encoder_ctl(encoder(), OPUS_GET_BITRATE(&bitrate)); in GetBitrate()
280 #define OPUS_GET_BITRATE(x) OPUS_GET_BITRATE_REQUEST, __opus_check_int_ptr(x) macro
1192 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()
332 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in run_test1()