Searched refs:OPUS_SET_FORCE_CHANNELS (Results 1 - 5 of 5) sorted by relevance

/external/libopus/include/
H A Dopus_defines.h342 #define OPUS_SET_FORCE_CHANNELS(x) OPUS_SET_FORCE_CHANNELS_REQUEST, __opus_check_int(x) macro
344 * @see OPUS_SET_FORCE_CHANNELS
/external/libopus/tests/
H A Dtest_opus_encode.c272 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS((rates[j]>=64000?2:1)))!=OPUS_OK)test_failed();
315 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO))!=OPUS_OK)test_failed();
H A Dtest_opus_api.c1211 CHECK_SETGET(OPUS_SET_FORCE_CHANNELS(i),OPUS_GET_FORCE_CHANNELS(&i),-1,3,
1213 " OPUS_SET_FORCE_CHANNELS ...................... OK.\n",
/external/libopus/src/
H A Dopus_demo.c540 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(forcechannels));
682 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(mode_list[curr_mode][3]));
H A Dopus_multistream_encoder.c790 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(2));

Completed in 90 milliseconds