Home
last modified time | relevance | path

Searched refs:OPUS_GET_FORCE_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/external/libopus/include/
Dopus_defines.h355 #define OPUS_GET_FORCE_CHANNELS(x) OPUS_GET_FORCE_CHANNELS_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1208 err=opus_encoder_ctl(enc,OPUS_GET_FORCE_CHANNELS((opus_int32 *)NULL)); in test_enc_api()
1211 CHECK_SETGET(OPUS_SET_FORCE_CHANNELS(i),OPUS_GET_FORCE_CHANNELS(&i),-1,3, in test_enc_api()