Home
last modified time | relevance | path

Searched defs:BLENDLOOP (Results 1 – 3 of 3) 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/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c411 #define BLENDLOOP(op, dest_type, max, shift, alpha_val) \ in gst_video_blend() macro