Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h444 #define OPUS_SET_APPLICATION(x) OPUS_SET_APPLICATION_REQUEST, __opus_check_int(x) macro
/external/libopus/tests/
Dtest_opus_api.c1189 CHECK_SETGET(OPUS_SET_APPLICATION(i),OPUS_GET_APPLICATION(&i),-1,OPUS_AUTO, in test_enc_api()