Searched refs:opus_multistream_encoder_ctl (Results 1 – 5 of 5) sorted by relevance
/external/libopus/tests/ |
D | opus_encode_regressions.c | 55 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error() 56 opus_multistream_encoder_ctl(enc, OPUS_SET_VBR(0)); in celt_ec_internal_error() 57 opus_multistream_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(0)); in celt_ec_internal_error() 58 opus_multistream_encoder_ctl(enc, OPUS_SET_PREDICTION_DISABLED(1)); in celt_ec_internal_error() 59 opus_multistream_encoder_ctl(enc, OPUS_SET_PHASE_INVERSION_DISABLED(0)); in celt_ec_internal_error() 60 opus_multistream_encoder_ctl(enc, OPUS_SET_DTX(0)); in celt_ec_internal_error() 61 opus_multistream_encoder_ctl(enc, OPUS_SET_COMPLEXITY(0)); in celt_ec_internal_error() 62 opus_multistream_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_NARROWBAND)); in celt_ec_internal_error() 63 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in celt_ec_internal_error() 64 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(8)); in celt_ec_internal_error() [all …]
|
D | test_opus_encode.c | 329 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)test_failed(); in run_test1() 330 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_LSB_DEPTH(&i))!=OPUS_OK)test_failed(); in run_test1() 335 …if(opus_multistream_encoder_ctl(MSenc, OPUS_MULTISTREAM_GET_ENCODER_STATE(1,&tmp_enc))!=OPUS_OK)t… in run_test1() 338 …if(opus_multistream_encoder_ctl(MSenc, OPUS_MULTISTREAM_GET_ENCODER_STATE(2,&tmp_enc))!=OPUS_BAD_… in run_test1() 477 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR(rc<2))!=OPUS_OK)test_failed(); in run_test1() 478 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 479 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed(); in run_test1() 480 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1() 487 … if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0&&j==1))!=OPUS_OK)test_failed(); in run_test1() 488 …if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_FORCE_MODE(MODE_SILK_ONLY+modes[j]))!=OPUS_OK)test… in run_test1() [all …]
|
/external/libopus/include/ |
D | opus_multistream.h | 448 OPUS_EXPORT int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...) OPUS_ARG_NONNULL(…
|
/external/libopus/src/ |
D | opus_demo.c | 186 #define opus_encoder_ctl opus_multistream_encoder_ctl
|
D | opus_multistream_encoder.c | 1315 int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...) in opus_multistream_encoder_ctl() function
|