Home
last modified time | relevance | path

Searched refs:GST_VIDEO_BUFFER_FLAG_ONEFIELD (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h200 GST_VIDEO_BUFFER_FLAG_ONEFIELD = (GST_BUFFER_FLAG_LAST << 3), enumerator
206 GST_VIDEO_BUFFER_FLAG_ONEFIELD,
207 GST_VIDEO_BUFFER_FLAG_BOTTOM_FIELD = GST_VIDEO_BUFFER_FLAG_ONEFIELD,
Dvideo-frame.c153 if (GST_BUFFER_FLAG_IS_SET (buffer, GST_VIDEO_BUFFER_FLAG_ONEFIELD)) in gst_video_frame_map_id()
Dvideo-enumtypes.c842 { C_FLAGS(GST_VIDEO_BUFFER_FLAG_ONEFIELD), "GST_VIDEO_BUFFER_FLAG_ONEFIELD", "onefield" }, in gst_video_buffer_flags_get_type()
846 { C_FLAGS(GST_VIDEO_BUFFER_FLAG_ONEFIELD), "GST_VIDEO_BUFFER_FLAG_ONEFIELD", "onefield" }, in gst_video_buffer_flags_get_type()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c521 if (!GST_BUFFER_FLAG_IS_SET (inbuf, GST_VIDEO_BUFFER_FLAG_ONEFIELD)) { in gst_ivtc_transform()
529 if (!GST_BUFFER_FLAG_IS_SET (inbuf, GST_VIDEO_BUFFER_FLAG_ONEFIELD)) { in gst_ivtc_transform()
628 GST_VIDEO_BUFFER_FLAG_ONEFIELD); in gst_ivtc_construct_frame()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c434 GST_BUFFER_FLAG_SET (buf, GST_VIDEO_BUFFER_FLAG_ONEFIELD); in gst_interlace_decorate_buffer()
1220 (GST_BUFFER_FLAGS (buffer) & GST_VIDEO_BUFFER_FLAG_ONEFIELD) ? in gst_interlace_push_buffer()
1246 (GST_BUFFER_FLAGS (buffer) & GST_VIDEO_BUFFER_FLAG_ONEFIELD) ? "onefield" in gst_interlace_chain()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c937 GST_VIDEO_BUFFER_FLAG_ONEFIELD) ? GST_VIDEO_INTERLACE_MODE_ALTERNATE : in gst_ffmpegviddec_get_buffer2()
1318 if (flags & GST_VIDEO_BUFFER_FLAG_ONEFIELD) { in gst_ffmpegviddec_negotiate()
1457 if (flags & GST_VIDEO_BUFFER_FLAG_ONEFIELD) { in gst_ffmpegviddec_negotiate()
1947 GST_VIDEO_BUFFER_FLAG_ONEFIELD)) { in gst_ffmpegviddec_video_frame()
1949 GST_VIDEO_BUFFER_FLAG_ONEFIELD); in gst_ffmpegviddec_video_frame()
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c662 GST_BUFFER_FLAG_SET (buf, GST_VIDEO_BUFFER_FLAG_ONEFIELD); in gst_field_analysis_decorate()
664 GST_BUFFER_FLAG_UNSET (buf, GST_VIDEO_BUFFER_FLAG_ONEFIELD); in gst_field_analysis_decorate()
684 GST_BUFFER_FLAG_IS_SET (buf, GST_VIDEO_BUFFER_FLAG_ONEFIELD), in gst_field_analysis_decorate()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2src.c1099 half_frame = (GST_BUFFER_FLAG_IS_SET (*buf, GST_VIDEO_BUFFER_FLAG_ONEFIELD)); in gst_v4l2src_create()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c905 GST_VIDEO_BUFFER_FLAG_ONEFIELD)) { in gst_cc_combiner_collect_captions()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c856 GST_BUFFER_FLAG_SET (output_buffer, GST_VIDEO_BUFFER_FLAG_ONEFIELD); in parser_display_callback()