Home
last modified time | relevance | path

Searched refs:GST_VIDEO_COMP_R (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacatv.c143 red_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_R]); in gst_cacatv_setcaps()
154 red_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_R]); in gst_cacatv_setcaps()
Dgstcacasink.c192 red_mask = 0xff << (8 * info.finfo->poffset[GST_VIDEO_COMP_R]); in gst_cacasink_setcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h422 #define GST_VIDEO_COMP_R 0 macro
Dvideo-format.c65 #define GET_R_LINE(line) GET_COMP_LINE(GST_VIDEO_COMP_R, line)
Dvideo-converter.c7487 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, GST_VIDEO_COMP_R); in setup_scale()