Searched refs:OPUS_SET_FORCE_CHANNELS (Results 1 – 6 of 6) sorted by relevance
/external/libopus/tests/ |
D | opus_encode_regressions.c | 321 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(2)); in mscbr_encode_fail10() 371 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO)); in mscbr_encode_fail() 409 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO)); in surround_analysis_uninit() 749 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO)); in surround_analysis_uninit()
|
D | test_opus_encode.c | 249 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(force_channel)) != OPUS_OK) test_failed(); in fuzz_encoder_settings() 428 … if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS((rates[j]>=64000?2:1)))!=OPUS_OK)test_failed(); in run_test1() 471 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1()
|
D | test_opus_api.c | 1209 CHECK_SETGET(OPUS_SET_FORCE_CHANNELS(i),OPUS_GET_FORCE_CHANNELS(&i),-1,3, in test_enc_api()
|
/external/libopus/include/ |
D | opus_defines.h | 348 #define OPUS_SET_FORCE_CHANNELS(x) OPUS_SET_FORCE_CHANNELS_REQUEST, __opus_check_int(x) macro
|
/external/libopus/src/ |
D | opus_demo.c | 533 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(forcechannels)); in main() 679 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(mode_list[curr_mode][3])); in main()
|
D | opus_multistream_encoder.c | 916 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(2)); in opus_multistream_encode_native()
|