Home
last modified time | relevance | path

Searched refs:OPUS_GET_LSB_DEPTH (Results 1 – 3 of 3) sorted by relevance

/external/libopus/include/
Dopus_defines.h556 #define OPUS_GET_LSB_DEPTH(x) OPUS_GET_LSB_DEPTH_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_encode.c330 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_LSB_DEPTH(&i))!=OPUS_OK)test_failed(); in run_test1()
336 if(opus_encoder_ctl(tmp_enc, OPUS_GET_LSB_DEPTH(&j))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1346 err=opus_encoder_ctl(enc,OPUS_GET_LSB_DEPTH(null_int_ptr)); in test_enc_api()
1349 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()