/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | alphacolor.c | 191 #define fail_unless_ayuv_pixel_has_alpha(ayuv,x,y,a) \ argument 194 pixel = ((guint8*)(ayuv) + ((WIDTH * 4) * (y)) + ((x) * 4)); \ 204 guint8 *ayuv; in GST_START_TEST() local 237 ayuv = map.data; in GST_START_TEST() 240 fail_unless_ayuv_pixel_has_alpha (ayuv, 0, 0, 0xff); in GST_START_TEST() 241 fail_unless_ayuv_pixel_has_alpha (ayuv, 1, 0, 0xff); in GST_START_TEST() 242 fail_unless_ayuv_pixel_has_alpha (ayuv, 2, 0, 0xff); in GST_START_TEST() 243 fail_unless_ayuv_pixel_has_alpha (ayuv, 0, 1, 0xff); in GST_START_TEST() 244 fail_unless_ayuv_pixel_has_alpha (ayuv, 1, 1, 0xff); in GST_START_TEST() 245 fail_unless_ayuv_pixel_has_alpha (ayuv, 2, 1, 0xff); in GST_START_TEST() [all …]
|
D | alpha.c | 133 guint8 *ayuv; in GST_START_TEST() local 166 ayuv = map.data; in GST_START_TEST() 170 fail_unless_equals_int (ayuv[i], 0x00); in GST_START_TEST() 197 guint8 *ayuv; in GST_START_TEST() local 234 ayuv = map.data; in GST_START_TEST() 237 fail_unless_equals_int (ayuv[i], 0x7F); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-overlay-composition.c | 1111 gint ayuv; in gst_video_overlay_rectangle_convert() local 1116 ayuv = GST_READ_UINT32_BE (sdata); in gst_video_overlay_rectangle_convert() 1117 a = ayuv >> 24; in gst_video_overlay_rectangle_convert() 1118 y = (ayuv >> 16) & 0xff; in gst_video_overlay_rectangle_convert() 1119 u = (ayuv >> 8) & 0xff; in gst_video_overlay_rectangle_convert() 1120 v = (ayuv & 0xff); in gst_video_overlay_rectangle_convert()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | README | 4 A generice video mixer, it blends the ayuv buffers from all pads onto
|
D | blend.c | 163 A32_CHECKER_C (ayuv, FALSE, 0, 1, 2, 3); 200 A32_COLOR (ayuv, FALSE, 24, 16, 8, 0);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 484 nir_ssa_def *ayuv = sample_plane(b, tex, 0, options); in lower_ayuv_external() local 487 nir_channel(b, ayuv, 2), in lower_ayuv_external() 488 nir_channel(b, ayuv, 1), in lower_ayuv_external() 489 nir_channel(b, ayuv, 0), in lower_ayuv_external() 490 nir_channel(b, ayuv, 3), in lower_ayuv_external()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 962 guint32 ayuv; in gst_dvbsub_overlay_subs_to_comp() local 964 ayuv = palette[*in_data]; in gst_dvbsub_overlay_subs_to_comp() 965 GST_WRITE_UINT32_BE (data, ayuv); in gst_dvbsub_overlay_subs_to_comp()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 219 A32_CHECKER_C (ayuv, FALSE, 0, 1, 2, 3); 257 A32_COLOR (ayuv, FALSE, 24, 16, 8, 0);
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1868 - st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuv
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 14275 …icrosoft.com/en-us/windows/desktop/medfound/recommended-8-bit-yuv-formats-for-video-rendering#ayuv) 76861 video-overlay-composition: fix ayuv/argb conversion
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 179000 coloreffects: add ayuv support
|