Lines Matching defs:opt
42 bool CommandParse::Parse(int argc, char *argv[], CommandOpt &opt)
54 opt.useBufferHandle = true;
57 opt.useDMABuffer = true;
60 opt.codec = codecMime::HEVC;
66 opt.fileInput = optarg;
69 opt.fileOutput = optarg;
72 opt.width = atoi(optarg);
75 opt.height = atoi(optarg);
82 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) {