Home
last modified time | relevance | path

Searched refs:blue_mask (Results 1 – 25 of 34) sorted by relevance

12

/third_party/libdrm/tests/etnaviv/
Dwrite_bmp.c60 unsigned int blue_mask; member
89 .blue_mask = 0x00FF0000, in bmp_header_write()
96 dib_header.blue_mask = 0x000000FF; in bmp_header_write()
/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacatv.c130 guint bpp, red_mask, green_mask, blue_mask, depth; in gst_cacatv_setcaps() local
145 blue_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_B]); in gst_cacatv_setcaps()
156 blue_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_B]); in gst_cacatv_setcaps()
163 blue_mask = 0x001f; in gst_cacatv_setcaps()
170 blue_mask = 0x001f; in gst_cacatv_setcaps()
180 depth * cacatv->sink_width, red_mask, green_mask, blue_mask, 0x00000000); in gst_cacatv_setcaps()
Dgstcacasink.c177 guint bpp, red_mask, green_mask, blue_mask; in gst_cacasink_setcaps() local
194 blue_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_B]); in gst_cacasink_setcaps()
200 blue_mask = 0x001f; in gst_cacasink_setcaps()
206 blue_mask = 0x001f; in gst_cacasink_setcaps()
219 red_mask, green_mask, blue_mask, 0); in gst_cacasink_setcaps()
/third_party/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c92 visinfo->blue_mask == 0xff) { in graw_create_window_and_screen()
98 visinfo->blue_mask == 0xff0000) { in graw_create_window_and_screen()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavideoformat.c201 && fmt1->blue_mask == fmt2->blue_mask in va_format_is_same_rgb()
351 map->va_format.blue_mask, map->va_format.alpha_mask); in fix_map()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideotestsrc.c242 guint32 red_mask, green_mask, blue_mask, alpha_mask; in GST_START_TEST() member
305 rgb_formats[i].blue_mask, rgb_formats[i].alpha_mask, in GST_START_TEST()
342 rgb_formats[i].green_mask, rgb_formats[i].blue_mask, in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c400 guint32 red_mask, green_mask, blue_mask; in gst_rfb_src_negotiate() local
461 blue_mask = decoder->blue_max << decoder->blue_shift; in gst_rfb_src_negotiate()
465 red_mask, green_mask, blue_mask, 0); in gst_rfb_src_negotiate()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DXlibSurfaceKHR.cpp38 bool match = (status != 0 && xVisual.blue_mask == 0xFF); in XlibSurfaceKHR()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c253 xcontext->b_mask_output = GUINT32_TO_BE (xcontext->visual->blue_mask); in ximageutil_xcontext_get()
262 xcontext->b_mask_output = xcontext->visual->blue_mask; in ximageutil_xcontext_get()
Dgstximagesrc.c428 for (b_shift = 0; !(xcontext->visual->blue_mask & (1 << b_shift)); b_shift++); in composite_pixel()
434 for (b_shift_out = 0; !(xcontext->visual->blue_mask & (1 << b_shift_out)); in composite_pixel()
439 b_max = (xcontext->visual->blue_mask >> b_shift); in composite_pixel()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferX11.cpp59 bool match = (status != 0 && x_visual.blue_mask == 0xFF); // Prefer X8R8G8B8 in FrameBufferX11()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c290 endianness, fmt->red_mask, fmt->green_mask, fmt->blue_mask, 0); in gst_xvcontext_get_xv_support()
706 context->visual->blue_mask = GUINT32_TO_BE (context->visual->blue_mask); in gst_xvcontext_new()
710 context->visual->blue_mask >>= 8; in gst_xvcontext_new()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c122 printf("\tblue_mask: 0x%08x\n", subpics[i].blue_mask); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.c7151 gst_video_format_from_rgb32_masks (int red_mask, int green_mask, int blue_mask) in gst_video_format_from_rgb32_masks() argument
7154 blue_mask == 0x0000ff00) { in gst_video_format_from_rgb32_masks()
7158 blue_mask == 0xff000000) { in gst_video_format_from_rgb32_masks()
7162 blue_mask == 0x000000ff) { in gst_video_format_from_rgb32_masks()
7166 blue_mask == 0x00ff0000) { in gst_video_format_from_rgb32_masks()
7175 int blue_mask, int alpha_mask) in gst_video_format_from_rgba32_masks() argument
7178 blue_mask == 0x0000ff00 && alpha_mask == 0x000000ff) { in gst_video_format_from_rgba32_masks()
7182 blue_mask == 0xff000000 && alpha_mask == 0x000000ff) { in gst_video_format_from_rgba32_masks()
7186 blue_mask == 0x000000ff && alpha_mask == 0xff000000) { in gst_video_format_from_rgba32_masks()
7190 blue_mask == 0x00ff0000 && alpha_mask == 0xff000000) { in gst_video_format_from_rgba32_masks()
[all …]
Dvideo-format.h686 … guint blue_mask, guint alpha_mask) G_GNUC_CONST;
/third_party/gstreamer/gstreamer/docs/random/
Dmimetypes546 blue_mask = bitmask (0x..) (INT)
565 blue_mask = 0x0000ff
573 blue_mask = 0x003f
581 blue_mask = 0x003f
/third_party/mesa3d/src/gallium/frontends/va/
Dsubpicture.c43 .blue_mask = 0x000000fful,
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c796 ffs(visuals[i].blue_mask) - 1, in dri2_x11_add_configs_for_visuals()
803 util_bitcount(visuals[i].blue_mask), in dri2_x11_add_configs_for_visuals()
825 visuals[i].blue_mask); in dri2_x11_add_configs_for_visuals()
/third_party/weston/libweston/backend-x11/
Dx11.c735 visual_type->blue_mask); in x11_output_init_shm()
753 visual_type->blue_mask == 0x0000ff) { in x11_output_init_shm()
759 visual_type->blue_mask == 0x00001f) { in x11_output_init_shm()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dcapsnego291 "blue_mask", GST_PROPS_INT (0x001f),
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c180 subpictures[i].green_mask, subpictures[i].blue_mask); in Validate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c208 window_x11->visual_info->blue_mask, in gst_gl_window_x11_create_window()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c512 BMask = visual->blue_mask; in rpng_x_create_window()
/third_party/libpng/contrib/gregbook/
Drpng-x.c512 BMask = visual->blue_mask; in rpng_x_create_window()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c463 bmask = visual->blue_mask; in X11_CreateWindow()
1442 bmask = visual->blue_mask; in X11_SetWindowGammaRamp()

12