Searched refs:OPUS_SET_VBR_CONSTRAINT (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_encode.c | 236 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 237 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 322 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 323 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1()
|
D | test_opus_api.c | 1335 CHECK_SETGET(OPUS_SET_VBR_CONSTRAINT(i),OPUS_GET_VBR_CONSTRAINT(&i),-1,2, in test_enc_api()
|
/external/libopus/tests/ |
D | test_opus_encode.c | 236 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 237 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 322 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 323 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1()
|
D | test_opus_api.c | 1335 CHECK_SETGET(OPUS_SET_VBR_CONSTRAINT(i),OPUS_GET_VBR_CONSTRAINT(&i),-1,2, in test_enc_api()
|
/external/chromium_org/third_party/opus/src/include/ |
D | opus_defines.h | 317 #define OPUS_SET_VBR_CONSTRAINT(x) OPUS_SET_VBR_CONSTRAINT_REQUEST, __opus_check_int(x) macro
|
/external/libopus/include/ |
D | opus_defines.h | 317 #define OPUS_SET_VBR_CONSTRAINT(x) OPUS_SET_VBR_CONSTRAINT_REQUEST, __opus_check_int(x) macro
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_demo.c | 537 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr)); in main()
|
D | opus_encoder.c | 1715 celt_encoder_ctl(celt_enc, OPUS_SET_VBR_CONSTRAINT(st->vbr_constraint)); in opus_encode_native()
|
/external/libopus/src/ |
D | opus_demo.c | 537 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr)); in main()
|
D | opus_encoder.c | 1715 celt_encoder_ctl(celt_enc, OPUS_SET_VBR_CONSTRAINT(st->vbr_constraint)); in opus_encode_native()
|