Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dcommand_parser.h28 struct CommandOpt { struct
29 bool testCodecBaseApi = true;
30 bool isEncoder = false;
31 uint32_t repeatCnt = 1;
32 std::string inputFile;
33 uint32_t inputCnt = 0; // 0 means read whole file, else means read inputCnt frames
34 uint32_t dispW = 0;
35 uint32_t dispH = 0;
59 CommandOpt Parse(int argc, char *argv[]); argument