Searched refs:OPUS_GET_LSB_DEPTH (Results 1 – 3 of 3) sorted by relevance
/external/libopus/include/ |
D | opus_defines.h | 557 #define OPUS_GET_LSB_DEPTH(x) OPUS_GET_LSB_DEPTH_REQUEST, __opus_check_int_ptr(x) macro
|
/external/libopus/tests/ |
D | test_opus_encode.c | 332 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_LSB_DEPTH(&i))!=OPUS_OK)test_failed(); in run_test1() 338 if(opus_encoder_ctl(tmp_enc, OPUS_GET_LSB_DEPTH(&j))!=OPUS_OK)test_failed(); in run_test1()
|
D | test_opus_api.c | 1346 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()
|