Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h306 #define OPUS_GET_VBR(x) OPUS_GET_VBR_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1314 err=opus_encoder_ctl(enc,OPUS_GET_VBR(null_int_ptr)); in test_enc_api()
1317 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2, in test_enc_api()
/external/libopus/src/
Dopus_multistream_encoder.c844 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr)); in opus_multistream_encode_native()