Searched refs:needAisr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 338 bool CheckDecodeOptions(Size imageSize, bool &needAisr, bool &needHdr); 344 bool needAisr, bool needHdr);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 4186 bool &needAisr, bool &needHdr) in IsNecessaryAiProcess() argument 4197 needAisr = true; in IsNecessaryAiProcess() 4207 if (!needAisr && !needHdr) { in IsNecessaryAiProcess() 4211 …IMAGE_LOGD("[ImageSource] need aisr or hdr Process :aisr %{public}d hdr:%{public}d", needAisr, nee… in IsNecessaryAiProcess() 4258 CM_ColorSpaceType cmColorSpaceType, bool needAisr, bool needHdr) in DoImageAiProcess() argument 4263 if (needAisr) { in DoImageAiProcess() 4308 bool needAisr = false; in ImageAiProcess() 4310 auto bRet = IsNecessaryAiProcess(imageSize, opts, isHdr, needAisr, needHdr); in ImageAiProcess() 4338 auto res = DoImageAiProcess(input, dstCtx, cmColorSpaceType, needAisr, needHdr); in ImageAiProcess()
|