Searched refs:ivtc (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstivtc.c | 72 static void gst_ivtc_flush (GstIvtc * ivtc); 73 static void gst_ivtc_retire_fields (GstIvtc * ivtc, int n_fields); 113 GST_ELEMENT_REGISTER_DEFINE (ivtc, "ivtc", GST_RANK_NONE, GST_TYPE_IVTC); 141 gst_ivtc_init (GstIvtc * ivtc) in gst_ivtc_init() argument 230 GstIvtc *ivtc = GST_IVTC (trans); in gst_ivtc_set_caps() local 232 gst_video_info_from_caps (&ivtc->sink_video_info, incaps); in gst_ivtc_set_caps() 233 gst_video_info_from_caps (&ivtc->src_video_info, outcaps); in gst_ivtc_set_caps() 235 ivtc->field_duration = gst_util_uint64_scale_int (GST_SECOND, in gst_ivtc_set_caps() 236 ivtc->sink_video_info.fps_d, ivtc->sink_video_info.fps_n * 2); in gst_ivtc_set_caps() 238 GST_TIME_ARGS (ivtc->field_duration)); in gst_ivtc_set_caps() [all …]
|
D | gstivtc.h | 28 GST_ELEMENT_REGISTER_DECLARE (ivtc);
|
/third_party/gstreamer/gstplugins_bad/gst/ |
D | meson.build | 8 'ivfparse', 'ivtc', 'jp2kdecimator', 'jpegformat', 'librfb',
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 36 option('ivtc', type : 'feature', value : 'auto') feature
|
D | ChangeLog | 10824 * gst/ivtc/gstcombdetect.c: 10825 * gst/ivtc/gstcombdetect.h: 10826 * gst/ivtc/gstivtc.c: 10827 * gst/ivtc/gstivtc.h: 22585 * gst/ivtc/gstcombdetect.c: 22586 * gst/ivtc/gstivtc.c: 34171 * gst/ivtc/Makefile.am: 40018 * docs/plugins/inspect/plugin-ivtc.xml: 40172 * gst/ivtc/meson.build: 40628 * docs/plugins/inspect/plugin-ivtc.xml: [all …]
|