Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp4220 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 …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h343 …uint32_t DoAiHdrProcessDl(const ImagePlugin::DecodeContext &srcCtx, ImagePlugin::DecodeContext &ds…