Searched defs:CommandOpt (Results 1 – 3 of 3) sorted by relevance
94 struct CommandOpt { struct95 ApiType apiType = ApiType::TEST_CODEC_BASE;96 bool isEncoder = false;97 bool isBufferMode = false;98 uint32_t ltrFrameCount = 0;99 uint32_t repeatCnt = 1;100 std::string inputFile;101 uint32_t maxReadFrameCnt = 0; // 0 means read whole file102 uint32_t dispW = 0;103 uint32_t dispH = 0;[all …]
27 struct CommandOpt { struct38 CommandOpt Parse(int argc, char *argv[]); argument
29 struct CommandOpt { struct35 CommandOpt Parse(int argc, char *argv[]); argument