Searched defs:CommandOpt (Results 1 – 2 of 2) sorted by relevance
106 struct CommandOpt { struct107 ApiType apiType = ApiType::TEST_CODEC_BASE;108 bool isEncoder = false;109 bool isBufferMode = false;110 uint32_t ltrFrameCount = 0;111 uint32_t repeatCnt = 1;112 std::string inputFile;113 uint32_t maxReadFrameCnt = 0; // 0 means read whole file114 uint32_t dispW = 0;115 uint32_t dispH = 0;[all …]
27 struct CommandOpt { struct38 CommandOpt Parse(int argc, char *argv[]); argument