HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_SET_VBR_CONSTRAINT (Results 1 - 5 of 5) sorted by null

  /external/libopus/tests/
test_opus_encode.c 236 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
237 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
322 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
323 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
test_opus_api.c     [all...]
  /external/libopus/include/
opus_defines.h 279 * @see OPUS_SET_VBR_CONSTRAINT
285 * #OPUS_SET_VBR_CONSTRAINT.</dd>
317 #define OPUS_SET_VBR_CONSTRAINT(x) OPUS_SET_VBR_CONSTRAINT_REQUEST, __opus_check_int(x)
319 * @see OPUS_SET_VBR_CONSTRAINT
  /external/libopus/src/
opus_demo.c 537 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr));
    [all...]
opus_encoder.c     [all...]

Completed in 190 milliseconds