Searched defs:MEMCPY (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 261 #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/ |
D | blend.c | 203 #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/ |
D | BPFISelLowering.h | 31 MEMCPY enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 250 MEMCPY, enumerator
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 137 #define MEMCPY(dst,src,len) memcpy(dst,src,len) macro
|