Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h302 #define OPUS_GET_VBR(x) OPUS_GET_VBR_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1316 err=opus_encoder_ctl(enc,OPUS_GET_VBR((opus_int32 *)NULL)); in test_enc_api()
1319 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2, in test_enc_api()
/external/libopus/src/
Dopus_multistream_encoder.c929 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr)); in opus_multistream_encode_native()