Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_heif_encode_test.cpp174 ColorType clrType = NCLX; in SetValidNclxColor() local
175 IF_TRUE_RETURN_VAL(!pw.AddData<ColorType>(COLOR_TYPE, clrType), false); in SetValidNclxColor()
185 static bool SetColorTypeOnly(ImageItem& item, ColorType clrType) in SetColorTypeOnly() argument
188 IF_TRUE_RETURN_VAL(!pw.AddData<ColorType>(COLOR_TYPE, clrType), false); in SetColorTypeOnly()
194 ColorType clrType = RICC; in SetInvalidRiccColor() local
195 IF_TRUE_RETURN_VAL(!pw.AddData<ColorType>(COLOR_TYPE, clrType), false); in SetInvalidRiccColor()
226 ColorType clrType = NCLX; in SetPropeForTmap() local
227 IF_TRUE_RETURN_VAL(!pw.AddData<ColorType>(COLOR_TYPE, clrType), false); in SetPropeForTmap()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp167 ColorType clrType = encodeOpt_.iccProfilePath.length() > 0 ? PROF : NCLX; in CreateImgParam() local
168 …IF_TRUE_RETURN_VAL_WITH_MSG(!bw.AddData<ColorType>(COLOR_TYPE, clrType), false, "failed to add COL… in CreateImgParam()
171 if (clrType == NCLX) { in CreateImgParam()