Home
last modified time | relevance | path

Searched refs:CopyInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dmemcpy_helper.cpp25 void MemcpyHelper::CopyData(CopyInfo &src, CopyInfo &dst) in CopyData()
81 void CreateCopyInfoByEffectBuffer(EffectBuffer *buffer, CopyInfo &info) in CreateCopyInfoByEffectBuffer()
98 CopyInfo srcCopyInfo; in CopyData()
101 CopyInfo dstCopyInfo; in CopyData()
107 void MemcpyHelper::CopyData(EffectBuffer *src, CopyInfo &dst) in CopyData()
110 CopyInfo srcCopyInfo; in CopyData()
116 void MemcpyHelper::CopyData(CopyInfo &src, EffectBuffer *dst) in CopyData()
119 CopyInfo dstCopyInfo; in CopyData()
136 CopyInfo dstCopyInfo; in CopyData()
150 CopyInfo srcCopyInfo; in CopyData()
[all …]
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Dmemcpy_helper.h29 struct CopyInfo { struct
36 IMAGE_EFFECT_EXPORT static void CopyData(CopyInfo &src, CopyInfo &dst); argument
38 IMAGE_EFFECT_EXPORT static void CopyData(EffectBuffer *src, CopyInfo &dst);
39 IMAGE_EFFECT_EXPORT static void CopyData(CopyInfo &src, EffectBuffer *dst);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_copy_helper.h31 struct CopyInfo { in CORE3D_BEGIN_NAMESPACE() struct
36 void Init(RENDER_NS::IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyInfo); in CORE3D_BEGIN_NAMESPACE()
37 …void PreExecute(RENDER_NS::IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyIn… in CORE3D_BEGIN_NAMESPACE()
43 CopyInfo copyInfo_; in CORE3D_BEGIN_NAMESPACE()
H A Drender_copy_helper.cpp54 void RenderCopyHelper::Init(IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyIn… in Init()
73 void RenderCopyHelper::PreExecute(IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& … in PreExecute()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_copy.h38 struct CopyInfo { struct
44 void Init(IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyInfo); argument
45 void PreExecute(IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyInfo);
51 CopyInfo copyInfo_;
H A Drender_copy.cpp71 void RenderCopy::Init(IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyInfo) in Init()
94 void RenderCopy::PreExecute(IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyIn… in PreExecute()
H A Drender_node_mip_chain_post_process.cpp179 RenderCopy::CopyInfo copyInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame()
H A Drender_node_single_post_process.cpp238 RenderCopy::CopyInfo copyInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp78 CopyInfo dst = { in UpdateInputBufferIfNeed()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp47 CopyInfo dst = { in CopyDataToPixelMap()
104 CopyInfo dst = { in CopyDataToSurfaceBuffer()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp786 CopyInfo src = { in MemoryCopyForSurfaceBuffer()
796 CopyInfo dst = { in MemoryCopyForSurfaceBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp324 RenderCopy::CopyInfo layerCopyInfo; in PreExecute()