Home
last modified time | relevance | path

Searched refs:ParseParamFromCmdLine (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.cpp215 opt.ParseParamFromCmdLine(SET_PARAM, optarg); in Parse()
218 opt.ParseParamFromCmdLine(PER_FRAME_PARAM, optarg); in Parse()
221 opt.ParseParamFromCmdLine(RESOURCE_PARAM, optarg); in Parse()
303 void CommandOpt::ParseParamFromCmdLine(ParamType paramType, const char *cmd) in ParseParamFromCmdLine() function in OHOS::MediaAVCodec::CommandOpt
H A Dcommand_parser.h143 void ParseParamFromCmdLine(ParamType paramType, const char *cmd);