Home
last modified time | relevance | path

Searched defs:CommandOpt (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dcommand_parser.h106 struct CommandOpt { struct
107 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 file
114 uint32_t dispW = 0;
115 uint32_t dispH = 0;
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
Dcommand_parser.h27 struct CommandOpt { struct
38 CommandOpt Parse(int argc, char *argv[]); argument