Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h430 #define OPUS_GET_SIGNAL(x) OPUS_GET_SIGNAL_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1338 err=opus_encoder_ctl(enc,OPUS_GET_SIGNAL(null_int_ptr)); in test_enc_api()
1341 CHECK_SETGET(OPUS_SET_SIGNAL(i),OPUS_GET_SIGNAL(&i),-12345,0x7FFFFFFF, in test_enc_api()