Searched refs:CommandOpt (Results 1 - 20 of 20) sorted by relevance
/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | command_parse.h | 21 using CommandOpt = struct CommandOpt { 37 bool Parse(int argc, char *argv[], CommandOpt &opt);
|
H A D | codec_hdi_decode.h | 85 bool Init(const CommandOpt &opt);
|
H A D | codec_hdi_encode.h | 76 bool Init(const CommandOpt &opt);
|
/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | command_parse.h | 34 struct CommandOpt { struct in MyOptIndex 50 bool Parse(int argc, char *argv[], CommandOpt &opt); 54 void ParseCodingType(const MyOptIndex index, CommandOpt &opt);
|
H A D | codec_hdi_encode.h | 69 bool Init(CommandOpt &opt);
|
H A D | codec_hdi_decode.h | 80 bool Init(CommandOpt &opt);
|
/drivers/peripheral/codec/test/demo/heif/include/ |
H A D | command_parser.h | 36 struct CommandOpt { struct 52 CommandOpt Parse(int argc, char *argv[]);
|
H A D | codec_heif_helper.h | 26 explicit HeifEncoderHelper(const CommandOpt& opt) : encodeOpt_(opt) {} in HeifEncoderHelper() 55 CommandOpt encodeOpt_;
|
/drivers/peripheral/codec/test/demo/jpeg/include/ |
H A D | command_parse.h | 30 struct CommandOpt { struct 43 bool Parse(int argc, char *argv[], CommandOpt &opt);
|
H A D | jpeg_decoder.h | 45 int32_t Decode(CommandOpt opt);
|
/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | heif_encoder.cpp | 20 OHOS::VDI::HEIF::CommandOpt opt = OHOS::VDI::HEIF::Parse(argc, argv); in main()
|
H A D | command_parser.cpp | 73 CommandOpt Parse(int argc, char *argv[]) in Parse() 75 CommandOpt opt; in Parse() 153 void CommandOpt::Print() const in Print()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | command_parse.cpp | 33 void CommandParse::ParseCodingType(const MyOptIndex index, CommandOpt &opt) in ParseCodingType() 51 bool CommandParse::Parse(int argc, char *argv[], CommandOpt &opt) in Parse()
|
H A D | codec_hdi_encode.cpp | 87 bool CodecHdiEncode::Init(CommandOpt &opt) in Init() 815 CommandOpt opt; in main()
|
H A D | codec_hdi_decode.cpp | 82 bool CodecHdiDecode::Init(CommandOpt &opt) in Init() 725 CommandOpt opt; in main()
|
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | command_parse.cpp | 29 bool CommandParse::Parse(int argc, char *argv[], CommandOpt &opt) in Parse()
|
H A D | jpeg_decoder.cpp | 193 int32_t JpegDecoder::Decode(CommandOpt opt)
in Decode() 243 CommandOpt opt;
in main()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | command_parse.cpp | 42 bool CommandParse::Parse(int argc, char *argv[], CommandOpt &opt) in Parse()
|
H A D | codec_hdi_decode.cpp | 128 bool CodecHdiDecode::Init(const CommandOpt &opt) in Init() 898 CommandOpt opt; in main()
|
H A D | codec_hdi_encode.cpp | 90 bool CodecHdiEncode::Init(const CommandOpt &opt) in Init() 878 CommandOpt opt; in main()
|
Completed in 9 milliseconds