Searched refs:GST_ROUND_UP_1 (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 427 #define GST_ROUND_UP_1(x) (x) macro 434 PLANAR_YUV_BLEND (y444, GST_VIDEO_FORMAT_Y444, GST_ROUND_UP_1, 435 GST_ROUND_UP_1, memcpy, video_mixer_orc_blend_u8); 439 GST_ROUND_UP_1, memcpy, video_mixer_orc_blend_u8); 443 GST_ROUND_UP_1, memcpy, video_mixer_orc_blend_u8);
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 510 #define GST_ROUND_UP_1(x) (x) macro 517 PLANAR_YUV_BLEND (y444, GST_VIDEO_FORMAT_Y444, GST_ROUND_UP_1, 518 GST_ROUND_UP_1, memcpy, compositor_orc_blend_u8); 522 GST_ROUND_UP_1, memcpy, compositor_orc_blend_u8); 526 GST_ROUND_UP_1, memcpy, compositor_orc_blend_u8);
|