Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c224 OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE)); in WebRtcOpus_EnableDtx()
234 OPUS_SET_SIGNAL(OPUS_AUTO)); in WebRtcOpus_DisableDtx()
/external/libopus/include/
Dopus_defines.h414 #define OPUS_SET_SIGNAL(x) OPUS_SET_SIGNAL_REQUEST, __opus_check_int(x) macro
/external/libopus/tests/
Dtest_opus_api.c1343 CHECK_SETGET(OPUS_SET_SIGNAL(i),OPUS_GET_SIGNAL(&i),-12345,0x7FFFFFFF, in test_enc_api()