Home
last modified time | relevance | path

Searched refs:GST_VIDEO_COMP_G (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacatv.c144 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()
Dgstcacasink.c193 green_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_G]); in gst_cacasink_setcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h423 #define GST_VIDEO_COMP_G 1 macro
Dvideo-format.c66 #define GET_G_LINE(line) GET_COMP_LINE(GST_VIDEO_COMP_G, line)