Home
last modified time | relevance | path

Searched refs:gst_video_interlace_mode_to_string (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h86 const gchar * gst_video_interlace_mode_to_string (GstVideoInterlaceMode mode);
Dvideo-info.c302 gst_video_interlace_mode_to_string (GstVideoInterlaceMode mode) in gst_video_interlace_mode_to_string() function
685 gst_video_interlace_mode_to_string (info->interlace_mode), NULL); in gst_video_info_to_caps()
Dgstvideoencoder.c1864 gst_video_interlace_mode_to_string (info->interlace_mode), NULL); in gst_video_encoder_negotiate_default()
Dgstvideoaggregator.c1614 gst_video_interlace_mode_to_string (interlace_mode), NULL); in gst_video_aggregator_pad_sink_getcaps()
Dgstvideodecoder.c4213 width, height, gst_video_interlace_mode_to_string (interlace_mode), in _set_interlaced_output_state()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c515 gst_video_interlace_mode_to_string (GST_VIDEO_INFO_INTERLACE_MODE in set_interlace_mode()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c2323 mode_string = gst_video_interlace_mode_to_string (interlace_mode); in gst_v4l2_object_add_interlace_mode()
3866 gst_video_interlace_mode_to_string (info.interlace_mode), NULL); in gst_v4l2_object_set_format_full()
/third_party/gstreamer/gstplugins_good/
DChangeLog16892 v4l2: Make use of gst_video_interlace_mode_to_string()