Home
last modified time | relevance | path

Searched refs:OPUS_GET_VBR_CONSTRAINT (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
Dopus_defines.h314 #define OPUS_GET_VBR_CONSTRAINT(x) OPUS_GET_VBR_CONSTRAINT_REQUEST, __opus_check_int_ptr(x) macro
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_api.c1331 err=opus_encoder_ctl(enc,OPUS_GET_VBR_CONSTRAINT((opus_int32 *)NULL)); in test_enc_api()
1334 CHECK_SETGET(OPUS_SET_VBR_CONSTRAINT(i),OPUS_GET_VBR_CONSTRAINT(&i),-1,2, in test_enc_api()