Home
last modified time | relevance | path

Searched refs:GST_VIDEO_TIME_CODE_INIT (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.h124 #define GST_VIDEO_TIME_CODE_INIT { {0, 0, 0, NULL}, 0, 0, 0, 0, 0 } macro
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c581 *out = (GstVideoTimeCode) GST_VIDEO_TIME_CODE_INIT; in interpolate_time_code_with_framerate()
1965 GstVideoTimeCode tc = GST_VIDEO_TIME_CODE_INIT; in convert_cea708_cdp_cea608_raw()
2005 GstVideoTimeCode tc = GST_VIDEO_TIME_CODE_INIT; in convert_cea708_cdp_cea608_s334_1a()
2059 GstVideoTimeCode tc = GST_VIDEO_TIME_CODE_INIT; in convert_cea708_cdp_cea708_cc_data()
2108 GstVideoTimeCode tc = GST_VIDEO_TIME_CODE_INIT; in convert_cea708_cdp_cea708_cdp()
2483 self->current_output_timecode = (GstVideoTimeCode) GST_VIDEO_TIME_CODE_INIT; in gst_cc_converter_start()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c1235 GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT; in gst_mxf_demux_update_tracks()
/third_party/gstreamer/gstplugins_base/
DChangeLog42707 videotimecode: Add GST_VIDEO_TIME_CODE_INIT macro