Searched refs:GST_VIDEO_FRAME_FLAG_ONEFIELD (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-frame.h | 56 GST_VIDEO_FRAME_FLAG_ONEFIELD = (1 << 3), enumerator 60 GST_VIDEO_FRAME_FLAG_ONEFIELD, 61 GST_VIDEO_FRAME_FLAG_BOTTOM_FIELD = GST_VIDEO_FRAME_FLAG_ONEFIELD, 126 … GST_VIDEO_FRAME_IS_ONEFIELD(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_ONEFIELD))
|
D | video-frame.c | 154 frame->flags |= GST_VIDEO_FRAME_FLAG_ONEFIELD; in gst_video_frame_map_id()
|
D | video-enumtypes.c | 819 { C_FLAGS(GST_VIDEO_FRAME_FLAG_ONEFIELD), "GST_VIDEO_FRAME_FLAG_ONEFIELD", "onefield" }, in gst_video_frame_flags_get_type() 823 { C_FLAGS(GST_VIDEO_FRAME_FLAG_ONEFIELD), "GST_VIDEO_FRAME_FLAG_ONEFIELD", "onefield" }, in gst_video_frame_flags_get_type()
|