Home
last modified time | relevance | path

Searched defs:MEMCPY (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c261 #define PLANAR_YUV_BLEND(format_name,format_enum,x_round,y_round,MEMCPY,BLENDLOOP) \ argument
531 #define NV_YUV_BLEND(format_name,MEMCPY,BLENDLOOP) \ argument
754 #define RGB_BLEND(name, bpp, MEMCPY, BLENDLOOP) \ argument
933 #define PACKED_422_BLEND(name, MEMCPY, BLENDLOOP) \ argument
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c203 #define PLANAR_YUV_BLEND(format_name,format_enum,x_round,y_round,MEMCPY,BLENDLOOP) \ argument
448 #define NV_YUV_BLEND(format_name,MEMCPY,BLENDLOOP) \ argument
649 #define RGB_BLEND(name, bpp, MEMCPY, BLENDLOOP) \ argument
815 #define PACKED_422_BLEND(name, MEMCPY, BLENDLOOP) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h31 MEMCPY enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h250 MEMCPY, enumerator
/third_party/lwip/src/include/lwip/
Dopt.h137 #define MEMCPY(dst,src,len) memcpy(dst,src,len) macro