Searched refs:srcCtx (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()4233 dstCtx.allocatorType = srcCtx.allocatorType; in CopyOutInfoOfContext()4234 dstCtx.freeFunc = srcCtx.freeFunc; in CopyOutInfoOfContext()4237 dstCtx.hdrType = srcCtx.hdrType; in CopyOutInfoOfContext()4238 dstCtx.pixelFormat = srcCtx.pixelFormat; in CopyOutInfoOfContext()4241 dstCtx.isAisr = srcCtx.isAisr; in CopyOutInfoOfContext()4315 DecodeContext srcCtx; in ImageAiProcess()4316 CopySrcInfoOfContext(context, srcCtx); in ImageAiProcess()[all …]
343 …uint32_t DoAiHdrProcessDl(const ImagePlugin::DecodeContext &srcCtx, ImagePlugin::DecodeContext &ds…