Home
last modified time | relevance | path

Searched refs:GST_VIDEO_COMP_A (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h427 #define GST_VIDEO_COMP_A 3 macro
Dvideo-converter.c2893 #define FRAME_GET_A_LINE(frame,line) FRAME_GET_COMP_LINE(frame, GST_VIDEO_COMP_A, line)
2898 #define FRAME_GET_A_STRIDE(frame) FRAME_GET_COMP_STRIDE(frame, GST_VIDEO_COMP_A)
Dvideo-format.c69 #define GET_A_LINE(line) GET_COMP_LINE(GST_VIDEO_COMP_A, line)