Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h423 #define GST_VIDEO_INFO_COMP_PLANE(i,c) GST_VIDEO_FORMAT_INFO_PLANE((i)->finfo,(c))
Dvideo-format.h646 #define GST_VIDEO_FORMAT_INFO_PLANE(info,c) ((info)->plane[c]) macro
Dvideo-format.c7538 if (GST_VIDEO_FORMAT_INFO_PLANE (info, c) == plane) { in gst_video_format_info_component()
Dvideo-converter.c7582 convert->fsplane[i] = GST_VIDEO_FORMAT_INFO_PLANE (in_finfo, comp); in setup_scale()