/third_party/gstreamer/gstplugins_good/ext/libcaca/ |
D | gstcacatv.c | 130 guint bpp, red_mask, green_mask, blue_mask, depth; in gst_cacatv_setcaps() local 144 green_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_G]); in gst_cacatv_setcaps() 155 green_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_G]); in gst_cacatv_setcaps() 162 green_mask = 0x07e0; in gst_cacatv_setcaps() 169 green_mask = 0x03e0; in gst_cacatv_setcaps() 180 depth * cacatv->sink_width, red_mask, green_mask, blue_mask, 0x00000000); in gst_cacatv_setcaps()
|
D | gstcacasink.c | 177 guint bpp, red_mask, green_mask, blue_mask; in gst_cacasink_setcaps() local 193 green_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_G]); in gst_cacasink_setcaps() 199 green_mask = 0x07e0; in gst_cacasink_setcaps() 205 green_mask = 0x03e0; in gst_cacasink_setcaps() 219 red_mask, green_mask, blue_mask, 0); in gst_cacasink_setcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.c | 63 (((raw)[0 + endian] + (raw)[1 - endian] * 256) & bs->green_mask) 69 *(const uint16_t *)(raw) & bs->green_mask : \ 78 *(const uint16_t *)(raw) & bs->green_mask : \ 784 bs->green_mask = 0x07E0; in vbi3_bit_slicer_set_params() 793 bs->green_mask = 0x07E0; in vbi3_bit_slicer_set_params() 802 bs->green_mask = 0x03E0; in vbi3_bit_slicer_set_params() 811 bs->green_mask = 0x03E0; in vbi3_bit_slicer_set_params() 820 bs->green_mask = 0x07C0; in vbi3_bit_slicer_set_params() 829 bs->green_mask = 0x07C0; in vbi3_bit_slicer_set_params()
|
D | bit_slicer.h | 174 unsigned int green_mask; member
|
/third_party/libdrm/tests/etnaviv/ |
D | write_bmp.c | 59 unsigned int green_mask; member 88 .green_mask = 0x0000FF00, in bmp_header_write()
|
/third_party/mesa3d/src/gallium/targets/graw-xlib/ |
D | graw_xlib.c | 91 visinfo->green_mask == 0xff00 && in graw_create_window_and_screen() 97 visinfo->green_mask == 0xff00 && in graw_create_window_and_screen()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavideoformat.c | 200 && fmt1->green_mask == fmt2->green_mask in va_format_is_same_rgb() 350 map->va_format.red_mask, map->va_format.green_mask, in fix_map()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 242 guint32 red_mask, green_mask, blue_mask, alpha_mask; in GST_START_TEST() member 304 rgb_formats[i].red_mask, rgb_formats[i].green_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/ |
D | gstrfbsrc.c | 400 guint32 red_mask, green_mask, blue_mask; in gst_rfb_src_negotiate() local 460 green_mask = decoder->green_max << decoder->green_shift; in gst_rfb_src_negotiate() 465 red_mask, green_mask, blue_mask, 0); in gst_rfb_src_negotiate()
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | ximageutil.c | 252 xcontext->g_mask_output = GUINT32_TO_BE (xcontext->visual->green_mask); in ximageutil_xcontext_get() 261 xcontext->g_mask_output = xcontext->visual->green_mask; in ximageutil_xcontext_get()
|
D | gstximagesrc.c | 426 for (g_shift = 0; !(xcontext->visual->green_mask & (1 << g_shift)); in composite_pixel() 432 for (g_shift_out = 0; !(xcontext->visual->green_mask & (1 << g_shift_out)); in composite_pixel() 440 g_max = (xcontext->visual->green_mask >> g_shift); in composite_pixel()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 290 endianness, fmt->red_mask, fmt->green_mask, fmt->blue_mask, 0); in gst_xvcontext_get_xv_support() 705 context->visual->green_mask = GUINT32_TO_BE (context->visual->green_mask); in gst_xvcontext_new() 709 context->visual->green_mask >>= 8; in gst_xvcontext_new()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.c | 7151 gst_video_format_from_rgb32_masks (int red_mask, int green_mask, int blue_mask) in gst_video_format_from_rgb32_masks() argument 7153 if (red_mask == 0xff000000 && green_mask == 0x00ff0000 && in gst_video_format_from_rgb32_masks() 7157 if (red_mask == 0x0000ff00 && green_mask == 0x00ff0000 && in gst_video_format_from_rgb32_masks() 7161 if (red_mask == 0x00ff0000 && green_mask == 0x0000ff00 && in gst_video_format_from_rgb32_masks() 7165 if (red_mask == 0x000000ff && green_mask == 0x0000ff00 && in gst_video_format_from_rgb32_masks() 7174 gst_video_format_from_rgba32_masks (int red_mask, int green_mask, in gst_video_format_from_rgba32_masks() argument 7177 if (red_mask == 0xff000000 && green_mask == 0x00ff0000 && in gst_video_format_from_rgba32_masks() 7181 if (red_mask == 0x0000ff00 && green_mask == 0x00ff0000 && in gst_video_format_from_rgba32_masks() 7185 if (red_mask == 0x00ff0000 && green_mask == 0x0000ff00 && in gst_video_format_from_rgba32_masks() 7189 if (red_mask == 0x000000ff && green_mask == 0x0000ff00 && in gst_video_format_from_rgba32_masks() [all …]
|
D | video-format.h | 685 guint red_mask, guint green_mask,
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | test_subpicture.c | 121 printf("\tgreen_mask: 0x%08x\n", subpics[i].green_mask); in main()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | mimetypes | 545 green_mask = bitmask (0x..) (INT) 564 green_mask = 0x00ff00 572 green_mask = 0x03e0 580 green_mask = 0x03e0
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 42 .green_mask = 0x0000ff00ul,
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 816 ffs(visuals[i].green_mask) - 1, in dri2_x11_add_configs_for_visuals() 823 util_bitcount(visuals[i].green_mask), in dri2_x11_add_configs_for_visuals() 845 visuals[i].green_mask | in dri2_x11_add_configs_for_visuals()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | capsnego2 | 90 "green_mask", GST_PROPS_INT (0x07e0),
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | subpicture.c | 180 subpictures[i].green_mask, subpictures[i].blue_mask); in Validate()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-x.c | 511 GMask = visual->green_mask; in rpng_x_create_window()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglwindow_x11.c | 207 window_x11->visual_info->red_mask, window_x11->visual_info->green_mask, in gst_gl_window_x11_create_window()
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 955 | xcontext->visual->green_mask | xcontext->visual->blue_mask); in gst_x_image_sink_xcontext_get() 962 xcontext->visual->red_mask, xcontext->visual->green_mask, in gst_x_image_sink_xcontext_get()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 802 v->mesa_visual.greenMask = visinfo->green_mask; in XMesaCreateVisual()
|
D | glx_api.c | 420 util_bitcount((GLuint) vis->green_mask) <= 8 && in get_visual()
|