Home
last modified time | relevance | path

Searched refs:first_tc (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h172 GstVideoTimeCode *first_tc; member
Dgstqtmux.c737 if (qtpad->first_tc) in gst_qt_mux_pad_reset()
738 gst_video_time_code_free (qtpad->first_tc); in gst_qt_mux_pad_reset()
739 qtpad->first_tc = NULL; in gst_qt_mux_pad_reset()
3046 qpad->first_tc = gst_video_time_code_copy (tc); in gst_qt_mux_prefill_samples()
3845 gst_video_time_code_frames_since_daily_jam (qtpad->first_tc)); in gst_qt_mux_update_timecode()
5033 if (pad->first_tc == NULL) { in gst_qt_mux_check_and_update_timecode()
5042 pad->first_tc = gst_video_time_code_copy (tc); in gst_qt_mux_check_and_update_timecode()
5060 gst_video_time_code_frames_since_daily_jam (pad->first_tc); in gst_qt_mux_check_and_update_timecode()
5071 pad->trak->mdia.mdhd.time_info.timescale, pad->first_tc); in gst_qt_mux_check_and_update_timecode()
5096 gst_video_time_code_frames_since_daily_jam (pad->first_tc); in gst_qt_mux_check_and_update_timecode()
[all …]