Home
last modified time | relevance | path

Searched refs:iccProfilePath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcommand_parser.cpp101 opt.iccProfilePath = string(optarg); in Parse()
162 std::cout << " iccProfilePath : " << iccProfilePath << endl; in Print()
H A Dcodec_heif_helper.cpp167 ColorType clrType = encodeOpt_.iccProfilePath.length() > 0 ? PROF : NCLX; in CreateImgParam()
225 if (encodeOpt_.iccProfilePath.length() > 0) { in FillImageItem()
227 sharedProps[ICC_PROFILE] = encodeOpt_.iccProfilePath; in FillImageItem()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dcommand_parser.h43 std::string iccProfilePath = ""; member