Searched refs:OPUS_GET_VBR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_defines.h278 * @see OPUS_GET_VBR
299 #define OPUS_GET_VBR(x) OPUS_GET_VBR_REQUEST, __opus_check_int_ptr(x) macro
320 * @see OPUS_GET_VBR
/external/libopus/include/
H A Dopus_defines.h278 * @see OPUS_GET_VBR
299 #define OPUS_GET_VBR(x) OPUS_GET_VBR_REQUEST, __opus_check_int_ptr(x) macro
320 * @see OPUS_GET_VBR
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c707 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr));
/external/libopus/src/
H A Dopus_multistream_encoder.c707 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr));
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1316 err=opus_encoder_ctl(enc,OPUS_GET_VBR((opus_int32 *)NULL));
1319 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2,
1322 " OPUS_GET_VBR ................................. OK.\n")
/external/libopus/tests/
H A Dtest_opus_api.c1316 err=opus_encoder_ctl(enc,OPUS_GET_VBR((opus_int32 *)NULL));
1319 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2,
1322 " OPUS_GET_VBR ................................. OK.\n")

Completed in 136 milliseconds