Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h56 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))
Dvideo-frame.c154 frame->flags |= GST_VIDEO_FRAME_FLAG_ONEFIELD; in gst_video_frame_map_id()
Dvideo-enumtypes.c819 { 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()