Home
last modified time | relevance | path

Searched refs:GstVideoTimeCode (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.h29 typedef struct _GstVideoTimeCode GstVideoTimeCode; typedef
131 GstVideoTimeCode * gst_video_time_code_new (guint fps_n,
142 GstVideoTimeCode * gst_video_time_code_new_empty (void);
145 GstVideoTimeCode * gst_video_time_code_new_from_string (const gchar * tc_str);
148 GstVideoTimeCode * gst_video_time_code_new_from_date_time (guint fps_n,
155 GstVideoTimeCode * gst_video_time_code_new_from_date_time_full (guint fps_n,
162 void gst_video_time_code_free (GstVideoTimeCode * tc);
165 GstVideoTimeCode * gst_video_time_code_copy (const GstVideoTimeCode * tc);
168 void gst_video_time_code_init (GstVideoTimeCode * tc,
180 void gst_video_time_code_init_from_date_time (GstVideoTimeCode * tc,
[all …]
Dgstvideotimecode.c52 G_DEFINE_BOXED_TYPE_WITH_CODE (GstVideoTimeCode, gst_video_time_code,
66 gst_video_time_code_is_valid (const GstVideoTimeCode * tc) in gst_video_time_code_is_valid()
134 gst_video_time_code_to_string (const GstVideoTimeCode * tc) in gst_video_time_code_to_string()
170 gst_video_time_code_to_date_time (const GstVideoTimeCode * tc) in gst_video_time_code_to_date_time()
228 gst_video_time_code_init_from_date_time (GstVideoTimeCode * tc, in gst_video_time_code_init_from_date_time()
254 gst_video_time_code_init_from_date_time_full (GstVideoTimeCode * tc, in gst_video_time_code_init_from_date_time_full()
311 gst_video_time_code_nsec_since_daily_jam (const GstVideoTimeCode * tc) in gst_video_time_code_nsec_since_daily_jam()
334 gst_video_time_code_frames_since_daily_jam (const GstVideoTimeCode * tc) in gst_video_time_code_frames_since_daily_jam()
385 gst_video_time_code_increment_frame (GstVideoTimeCode * tc) in gst_video_time_code_increment_frame()
401 gst_video_time_code_add_frames (GstVideoTimeCode * tc, gint64 frames) in gst_video_time_code_add_frames()
[all …]
Dgstvideometa.h385 GstVideoTimeCode tc;
401 const GstVideoTimeCode* tc);
Dgstvideometa.c1155 const GstVideoTimeCode * tc) in gst_buffer_add_video_time_code_meta()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c31 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
44 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
58 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
72 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
86 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
100 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
114 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
128 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST()
146 GstVideoTimeCode *tc1; in GST_START_TEST()
161 GstVideoTimeCode *tc1; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.h84 GstVideoTimeCode *set_internal_tc;
94 GstVideoTimeCode *internal_tc;
95 GstVideoTimeCode *last_tc;
97 GstVideoTimeCode *rtc_tc;
131 GstVideoTimeCode *ltc_internal_tc;
Dgstavwait.h50 GstVideoTimeCode *tc;
54 GstVideoTimeCode *end_tc;
68 GstVideoTimeCode *last_seen_tc;
Dgsttimecodestamper.c141 GstVideoTimeCode timecode;
768 timecodestamper, gint fps_n, gint fps_d, GstVideoTimeCode * timecode, in gst_timecodestamper_update_timecode_framerate()
1101 GstVideoTimeCode *tc = NULL; in gst_timecodestamper_transform_ip()
1262 GstVideoTimeCode rtc_timecode_now; in gst_timecodestamper_transform_ip()
Dgstavwait.c847 GstVideoTimeCode *tc = NULL; in gst_avwait_vsink_chain()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccconverter.c265 const gchar * out_caps, const GstVideoTimeCode ** in_tc, in check_conversion_multiple()
266 const GstVideoTimeCode ** out_tc, enum CheckConversionFlags flags) in check_conversion_multiple()
312 const GstVideoTimeCode * in_tc, const GstVideoTimeCode * out_tc) in check_conversion()
323 GstVideoTimeCode tc; in check_conversion_tc_passthrough()
536 GstVideoTimeCode in_tc1; in GST_START_TEST()
537 const GstVideoTimeCode *in_tc[] = { &in_tc1 }; in GST_START_TEST()
553 GstVideoTimeCode out_tc1, out_tc2; in GST_START_TEST()
554 const GstVideoTimeCode *out_tc[] = { &out_tc1, &out_tc2 }; in GST_START_TEST()
596 GstVideoTimeCode in_tc1, in_tc2; in GST_START_TEST()
597 const GstVideoTimeCode *in_tc[] = { &in_tc1, &in_tc2 }; in GST_START_TEST()
[all …]
Davwait.c38 static GstVideoTimeCode *target_tc;
39 static GstVideoTimeCode *end_tc;
175 GstVideoTimeCode *tc; in push_vbuffers()
Dccextractor.c89 GstVideoTimeCode *tc; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h79 GstVideoTimeCode *start_tc;
183 GstVideoTimeCode *fragment_start_tc;
Dgstsplitmuxsink.c249 const GstVideoTimeCode * cur_tc, GstClockTime running_time,
250 GstVideoTimeCode ** next_tc);
1402 const GstVideoTimeCode * cur_tc, GstClockTime running_time, in calculate_next_max_timecode()
1403 GstVideoTimeCode ** next_tc) in calculate_next_max_timecode()
1405 GstVideoTimeCode *target_tc; in calculate_next_max_timecode()
1432 GstVideoTimeCode *tc_for_offset; in calculate_next_max_timecode()
1529 GstVideoTimeCode *next_tc = NULL; in request_next_keyframe()
2453 video_time_code_replace (GstVideoTimeCode ** old_tc, GstVideoTimeCode * new_tc) in video_time_code_replace()
2455 GstVideoTimeCode *timecode = NULL; in video_time_code_replace()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.h79 GstVideoTimeCode current_output_timecode;
Dgstccconverter.c536 const GstVideoTimeCode * tc, gint out_fps_n, gint out_fps_d, in interpolate_time_code_with_framerate()
537 gint scale_n, gint scale_d, GstVideoTimeCode * out) in interpolate_time_code_with_framerate()
581 *out = (GstVideoTimeCode) GST_VIDEO_TIME_CODE_INIT; in interpolate_time_code_with_framerate()
873 const guint8 * cea608_2, guint * cea608_2_len, const GstVideoTimeCode * tc) in fit_and_scale_cc_data()
1040 const GstVideoTimeCode * tc, const struct cdp_fps_entry *fps_entry) in convert_cea708_cc_data_cea708_cdp_internal()
1158 GstVideoTimeCode * tc, const struct cdp_fps_entry **out_fps_entry) in convert_cea708_cdp_cea708_cc_data_internal()
1471 guint8 * cea608_2, guint * cea608_2_len, GstVideoTimeCode * out_tc, in cdp_to_cea608_cc_data()
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()
[all …]
Dgstcccombiner.c219 const struct cdp_fps_entry *fps_entry, const GstVideoTimeCode * tc) in make_cdp()
327 make_padding (GstCCCombiner * self, const GstVideoTimeCode * tc, guint field) in make_padding()
438 schedule_cdp (GstCCCombiner * self, const GstVideoTimeCode * tc, in schedule_cdp()
651 const GstVideoTimeCode * tc) in schedule_caption()
682 dequeue_caption_one_field (GstCCCombiner * self, const GstVideoTimeCode * tc, in dequeue_caption_one_field()
700 dequeue_caption_both_fields (GstCCCombiner * self, const GstVideoTimeCode * tc, in dequeue_caption_both_fields()
740 GstVideoTimeCode *tc = NULL; in gst_cc_combiner_collect_captions()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.h211 GstVideoTimeCode start_timecode;
Dmxfdemux.c1235 GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT; in gst_mxf_demux_update_tracks()
2986 GstVideoTimeCode timecode = pad->start_timecode; in gst_mxf_demux_handle_generic_container_essence_element()
2992 GstVideoTimeCode timecode = pad->start_timecode; in gst_mxf_demux_handle_generic_container_essence_element()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.h57 GstVideoTimeCode *tc;
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h172 GstVideoTimeCode *first_tc;
Datoms.h1085 …mecode_type (AtomTRAK * trak, AtomsContext * context, guint trak_timescale, GstVideoTimeCode * tc);
Datoms.c4052 guint32 trak_timescale, GstVideoTimeCode * tc) in atom_trak_add_timecode_entry()
4232 guint32 trak_timescale, GstVideoTimeCode * tc) in atom_trak_set_timecode_type()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp863 const GstVideoTimeCode *tc = &tc_meta->tc; in convert_cea708_cc_data_cea708_cdp_internal()
Dgstdecklinkvideosrc.cpp186 GstVideoTimeCode *tc;

12