Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc468 OPUS_GET_DTX(&dtx)); in TEST_P()
474 OPUS_GET_DTX(&dtx)); in TEST_P()
480 OPUS_GET_DTX(&dtx)); in TEST_P()
/external/libopus/include/
Dopus_defines.h528 #define OPUS_GET_DTX(x) OPUS_GET_DTX_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c1284 err=opus_encoder_ctl(enc,OPUS_GET_DTX((opus_int32 *)NULL)); in test_enc_api()
1287 CHECK_SETGET(OPUS_SET_DTX(i),OPUS_GET_DTX(&i),-1,2, in test_enc_api()