Searched refs:GST_VIDEO_COMP_Y (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/ |
D | gstalphacombine.c | 328 if (gst_buffer_find_memory (alpha_buffer, vmeta->offset[GST_VIDEO_COMP_Y], in gst_alpha_combine_sink_chain() 333 alpha_stride = vmeta->stride[GST_VIDEO_COMP_Y]; in gst_alpha_combine_sink_chain() 336 alpha_stride = self->alpha_vinfo.stride[GST_VIDEO_COMP_Y]; in gst_alpha_combine_sink_chain()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.h | 417 #define GST_VIDEO_COMP_Y 0 macro
|
D | video-converter.c | 2890 #define FRAME_GET_Y_LINE(frame,line) FRAME_GET_COMP_LINE(frame, GST_VIDEO_COMP_Y, line) 2895 #define FRAME_GET_Y_STRIDE(frame) FRAME_GET_COMP_STRIDE(frame, GST_VIDEO_COMP_Y) 7450 GST_VIDEO_FORMAT_INFO_SCALE_WIDTH (in_finfo, GST_VIDEO_COMP_Y, in setup_scale() 7452 GST_VIDEO_COMP_Y, out_width), convert->config); in setup_scale() 7471 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, GST_VIDEO_COMP_Y); in setup_scale()
|
D | video-format.c | 61 #define GET_Y_LINE(line) GET_COMP_LINE(GST_VIDEO_COMP_Y, line)
|