Searched defs:CommandOpt (Results 1 – 7 of 7) sorted by relevance
94 struct CommandOpt { struct96 bool isEncoder = false;97 bool isBufferMode = false;99 uint32_t repeatCnt = 1;100 std::string inputFile;102 uint32_t dispW = 0;103 uint32_t dispH = 0;104 CodeType protocol = H264;106 uint32_t frameRate = 30;107 int32_t timeout = -1;[all …]
36 struct CommandOpt { struct52 CommandOpt Parse(int argc, char *argv[]); argument
21 using CommandOpt = struct CommandOpt { struct37 bool Parse(int argc, char *argv[], CommandOpt &opt); argument
27 struct CommandOpt { struct38 CommandOpt Parse(int argc, char *argv[]); argument
34 struct CommandOpt { struct50 bool Parse(int argc, char *argv[], CommandOpt &opt); argument
30 struct CommandOpt { struct43 bool Parse(int argc, char *argv[], CommandOpt &opt); argument
29 struct CommandOpt { struct35 CommandOpt Parse(int argc, char *argv[]); argument