Home
last modified time | relevance | path

Searched refs:useVad (Results 1 – 12 of 12) sorted by relevance

/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_main.c274 const qboolean useVad = (cl_voipUseVAD->integer != 0); in CL_CaptureVoip() local
291 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0"); in CL_CaptureVoip()
295 if ((useVad) && (!cl_voipSend->integer)) in CL_CaptureVoip()
397 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) { in CL_CaptureVoip()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_main.c274 const qboolean useVad = (cl_voipUseVAD->integer != 0); in CL_CaptureVoip() local
291 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0"); in CL_CaptureVoip()
295 if ((useVad) && (!cl_voipSend->integer)) in CL_CaptureVoip()
397 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) { in CL_CaptureVoip()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c302 const qboolean useVad = (cl_voipUseVAD->integer != 0); in CL_CaptureVoip() local
319 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0"); in CL_CaptureVoip()
323 if ((useVad) && (!cl_voipSend->integer)) in CL_CaptureVoip()
425 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) { in CL_CaptureVoip()
H A Dcl_main.c.mine299 const qboolean useVad = (cl_voipUseVAD->integer != 0);
316 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0");
320 if ((useVad) && (!cl_voipSend->integer))
422 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) {
H A Dcl_main.c.r1788294 const qboolean useVad = (cl_voipUseVAD->integer != 0);
311 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0");
315 if ((useVad) && (!cl_voipSend->integer))
415 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) {
H A Dcl_main.c.r1910297 const qboolean useVad = (cl_voipUseVAD->integer != 0);
314 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0");
318 if ((useVad) && (!cl_voipSend->integer))
418 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) {
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c302 const qboolean useVad = (cl_voipUseVAD->integer != 0); in CL_CaptureVoip() local
319 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0"); in CL_CaptureVoip()
323 if ((useVad) && (!cl_voipSend->integer)) in CL_CaptureVoip()
425 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) { in CL_CaptureVoip()
H A Dcl_main.c.mine299 const qboolean useVad = (cl_voipUseVAD->integer != 0);
316 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0");
320 if ((useVad) && (!cl_voipSend->integer))
422 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) {
H A Dcl_main.c.r1788294 const qboolean useVad = (cl_voipUseVAD->integer != 0);
311 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0");
315 if ((useVad) && (!cl_voipSend->integer))
415 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) {
H A Dcl_main.c.r1910297 const qboolean useVad = (cl_voipUseVAD->integer != 0);
314 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0");
318 if ((useVad) && (!cl_voipSend->integer))
418 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) {
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_main.c431 const qboolean useVad = (cl_voipUseVAD->integer != 0); in CL_CaptureVoip() local
465 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0"); in CL_CaptureVoip()
469 if ((useVad) && (!cl_voipSend->integer)) in CL_CaptureVoip()
556 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) { in CL_CaptureVoip()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_main.c446 const qboolean useVad = (cl_voipUseVAD->integer != 0); in CL_CaptureVoip() local
480 Cvar_Set("cl_voipSend", (useVad) ? "1" : "0"); in CL_CaptureVoip()
484 if ((useVad) && (!cl_voipSend->integer)) in CL_CaptureVoip()
571 if ((useVad) && (clc.voipPower < cl_voipVADThreshold->value)) { in CL_CaptureVoip()