Searched refs:rgb_formats (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 243 } rgb_formats[] = { in GST_START_TEST() local 285 for (i = 0; i < G_N_ELEMENTS (rgb_formats); ++i) { in GST_START_TEST() 290 "format", G_TYPE_STRING, rgb_formats[i].nick, in GST_START_TEST() 303 rgb_formats[i].nick, rgb_formats[i].bpp, rgb_formats[i].depth, in GST_START_TEST() 304 rgb_formats[i].red_mask, rgb_formats[i].green_mask, in GST_START_TEST() 305 rgb_formats[i].blue_mask, rgb_formats[i].alpha_mask, in GST_START_TEST() 337 fail_unless (g_str_equal (format, rgb_formats[i].nick)); in GST_START_TEST() 341 check_rgb_buf (map.data, rgb_formats[i].red_mask, in GST_START_TEST() 342 rgb_formats[i].green_mask, rgb_formats[i].blue_mask, in GST_START_TEST() 343 rgb_formats[i].alpha_mask, test_patterns[p].r_expected, in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.c | 991 GValue rgb_formats = G_VALUE_INIT; in gst_vulkan_color_convert_transform_format_info() local 1002 _init_value_string_list (&rgb_formats, "RGBA", "ARGB", "BGRA", "ABGR", "RGBx", in gst_vulkan_color_convert_transform_format_info() 1005 gst_value_intersect (&supported_rgb_formats, &rgb_formats, in gst_vulkan_color_convert_transform_format_info() 1076 g_value_unset (&rgb_formats); in gst_vulkan_color_convert_transform_format_info()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcolorconvert.c | 1091 GValue rgb_formats = G_VALUE_INIT; in gst_gl_color_convert_caps_transform_format_info() local 1102 _init_value_string_list (&rgb_formats, "RGBA", "ARGB", "BGRA", "ABGR", "RGBx", in gst_gl_color_convert_caps_transform_format_info() 1106 gst_value_intersect (&supported_rgb_formats, &rgb_formats, in gst_gl_color_convert_caps_transform_format_info() 1178 g_value_unset (&rgb_formats); in gst_gl_color_convert_caps_transform_format_info()
|