Home
last modified time | relevance | path

Searched refs:pCommand (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp448 char* pCommand = NULL; in ParseCommandLine() local
454 pCommand = argv[n++]; in ParseCommandLine()
456 if (!strcmp (pCommand, "-bf") && (n < argc)) in ParseCommandLine()
458 else if (!strcmp (pCommand, "-utype") && (n < argc)) in ParseCommandLine()
461 else if (!strcmp (pCommand, "-savc") && (n < argc)) in ParseCommandLine()
464 else if (!strcmp (pCommand, "-org") && (n < argc)) in ParseCommandLine()
467 else if (!strcmp (pCommand, "-sw") && (n < argc))//source width in ParseCommandLine()
470 else if (!strcmp (pCommand, "-sh") && (n < argc))//source height in ParseCommandLine()
473 else if (!strcmp (pCommand, "-frms") && (n < argc)) in ParseCommandLine()
476 else if (!strcmp (pCommand, "-frin") && (n < argc)) in ParseCommandLine()
[all …]
/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.cpp42 __in const BOOTSTRAPPER_COMMAND* pCommand, in BootstrapperApplicationCreate() argument
50 hr = CreateBootstrapperApplication(vhInstance, FALSE, S_OK, pEngine, pCommand, ppApplication); in BootstrapperApplicationCreate()
67 __in const BOOTSTRAPPER_COMMAND* pCommand, in MbaPrereqBootstrapperApplicationCreate() argument
Dpch.h55 __in const BOOTSTRAPPER_COMMAND* pCommand,
DPythonBootstrapperApplication.cpp3059 __in const BOOTSTRAPPER_COMMAND* pCommand in PythonBootstrapperApplication() argument
3060 ) : CBalBaseBootstrapperApplication(pEngine, pCommand, 3, 3000) { in PythonBootstrapperApplication()
3062 memcpy_s(&_command, sizeof(_command), pCommand, sizeof(BOOTSTRAPPER_COMMAND)); in PythonBootstrapperApplication()
3222 __in const BOOTSTRAPPER_COMMAND* pCommand, in CreateBootstrapperApplication() argument
3234 …ion = new PythonBootstrapperApplication(hModule, fPrereq, hrHostInitialization, pEngine, pCommand); in CreateBootstrapperApplication()