Searched refs:dstCtx (Results 1 – 2 of 2) sorted by relevance
4220 dstCtx.hdrType = srcCtx.hdrType; in CopySrcInfoOfContext()4221 dstCtx.pixelFormat = srcCtx.pixelFormat; in CopySrcInfoOfContext()4224 dstCtx.isAisr = srcCtx.isAisr; in CopySrcInfoOfContext()4234 dstCtx.freeFunc = srcCtx.freeFunc; in CopyOutInfoOfContext()4237 dstCtx.hdrType = srcCtx.hdrType; in CopyOutInfoOfContext()4241 dstCtx.isAisr = srcCtx.isAisr; in CopyOutInfoOfContext()4261 CopySrcInfoOfContext(dstCtx, aiCtx); in DoImageAiProcess()4269 dstCtx.isAisr = true; in DoImageAiProcess()4277 if (dstCtx.isAisr) { in DoImageAiProcess()4329 DecodeContext dstCtx; in ImageAiProcess()[all …]
343 …32_t DoAiHdrProcessDl(const ImagePlugin::DecodeContext &srcCtx, ImagePlugin::DecodeContext &dstCtx,