Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h461 #define OPUS_GET_APPLICATION(x) OPUS_GET_APPLICATION_REQUEST, __opus_check_int_ptr(x) macro
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc353 OPUS_GET_APPLICATION(&app)); in TEST_P()
/external/libopus/tests/
Dtest_opus_api.c1184 err=opus_encoder_ctl(enc,OPUS_GET_APPLICATION(null_int_ptr)); in test_enc_api()
1187 CHECK_SETGET(OPUS_SET_APPLICATION(i),OPUS_GET_APPLICATION(&i),-1,OPUS_AUTO, in test_enc_api()