Searched refs:OPUS_GET_DTX (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_defines.h517 * @see OPUS_GET_DTX
533 #define OPUS_GET_DTX(x) OPUS_GET_DTX_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/include/
H A Dopus_defines.h517 * @see OPUS_GET_DTX
533 #define OPUS_GET_DTX(x) OPUS_GET_DTX_REQUEST, __opus_check_int_ptr(x) macro
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1284 err=opus_encoder_ctl(enc,OPUS_GET_DTX((opus_int32 *)NULL));
1287 CHECK_SETGET(OPUS_SET_DTX(i),OPUS_GET_DTX(&i),-1,2,
1290 " OPUS_GET_DTX ................................. OK.\n")
/external/libopus/tests/
H A Dtest_opus_api.c1284 err=opus_encoder_ctl(enc,OPUS_GET_DTX((opus_int32 *)NULL));
1287 CHECK_SETGET(OPUS_SET_DTX(i),OPUS_GET_DTX(&i),-1,2,
1290 " OPUS_GET_DTX ................................. OK.\n")

Completed in 174 milliseconds