Home
last modified time | relevance | path

Searched refs:pArgV (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp494 int32_t DecMain (int32_t iArgC, char* pArgV[]) { argument
496 int32_t main (int32_t iArgC, char* pArgV[]) {
514 if (strstr (pArgV[1], ".cfg")) { // read config file //confirmed_safe_unsafe_usage
515 CReadConfig cReadCfg (pArgV[1]);
555 } else if (strstr (pArgV[1],
557 strInputFile = pArgV[1];
563 strInputFile = pArgV[1];
564 strOutputFile = pArgV[2];
570 char* cmd = pArgV[i];
574 strOptionFile = pArgV[++i];
[all …]
/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp12 extern int32_t DecMain (int32_t iArgC, char* pArgV[]);