Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dcommand_parser.h94 struct CommandOpt { struct
95 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 file
102 uint32_t dispW = 0;
103 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
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
Dcommand_parser.h29 struct CommandOpt { struct
35 CommandOpt Parse(int argc, char *argv[]); argument