Home
last modified time | relevance | path

Searched refs:OPUS_SET_FORCE_CHANNELS (Results 1 – 6 of 6) sorted by relevance

/external/libopus/tests/
Dopus_encode_regressions.c321 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()
Dtest_opus_encode.c249 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()
Dtest_opus_api.c1211 CHECK_SETGET(OPUS_SET_FORCE_CHANNELS(i),OPUS_GET_FORCE_CHANNELS(&i),-1,3, in test_enc_api()
/external/libopus/include/
Dopus_defines.h345 #define OPUS_SET_FORCE_CHANNELS(x) OPUS_SET_FORCE_CHANNELS_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_demo.c540 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(forcechannels)); in main()
688 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(mode_list[curr_mode][3])); in main()
Dopus_multistream_encoder.c1001 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(2)); in opus_multistream_encode_native()