Home
last modified time | relevance | path

Searched refs:green_mask (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacatv.c130 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()
Dgstcacasink.c177 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/
Dbit_slicer.c63 (((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()
Dbit_slicer.h174 unsigned int green_mask; member
/third_party/libdrm/tests/etnaviv/
Dwrite_bmp.c59 unsigned int green_mask; member
88 .green_mask = 0x0000FF00, in bmp_header_write()
/third_party/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c91 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/
Dgstvavideoformat.c200 && 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/
Dvideotestsrc.c242 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/
Dgstrfbsrc.c400 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/
Dximageutil.c252 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()
Dgstximagesrc.c426 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/
Dxvcontext.c290 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/
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
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 …]
Dvideo-format.h685 guint red_mask, guint green_mask,
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c121 printf("\tgreen_mask: 0x%08x\n", subpics[i].green_mask); in main()
/third_party/gstreamer/gstreamer/docs/random/
Dmimetypes545 green_mask = bitmask (0x..) (INT)
564 green_mask = 0x00ff00
572 green_mask = 0x03e0
580 green_mask = 0x03e0
/third_party/mesa3d/src/gallium/frontends/va/
Dsubpicture.c42 .green_mask = 0x0000ff00ul,
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c816 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/
Dcapsnego290 "green_mask", GST_PROPS_INT (0x07e0),
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c180 subpictures[i].green_mask, subpictures[i].blue_mask); in Validate()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c511 GMask = visual->green_mask; in rpng_x_create_window()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c207 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/
Dximagesink.c955 | 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/
Dxm_api.c802 v->mesa_visual.greenMask = visinfo->green_mask; in XMesaCreateVisual()
Dglx_api.c420 util_bitcount((GLuint) vis->green_mask) <= 8 && in get_visual()

12