Searched refs:needHdr (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 4204 needHdr = true; in IsNecessaryAiProcess() 4207 if (!needAisr && !needHdr) { in IsNecessaryAiProcess() 4211 …_LOGD("[ImageSource] need aisr or hdr Process :aisr %{public}d hdr:%{public}d", needAisr, needHdr); in IsNecessaryAiProcess() 4258 CM_ColorSpaceType cmColorSpaceType, bool needAisr, bool needHdr) in DoImageAiProcess() argument 4272 if (needHdr && (dstCtx.info.pixelFormat == PixelFormat::NV12 || in DoImageAiProcess() 4309 bool needHdr = 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()
|