Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxsubenc.c119 int start_tc[4], end_tc[4]; in xsub_encode() local
162 if (make_tc(startTime, start_tc) || make_tc(endTime, end_tc)) { in xsub_encode()
169 start_tc[3], start_tc[2], start_tc[1], start_tc[0], in xsub_encode()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h79 GstVideoTimeCode *start_tc; member
Dgstsplitmuxsink.c279 g_clear_pointer (&gop->start_tc, gst_video_time_code_free); in input_gop_free()
1527 if (newest_gop->start_tc in request_next_keyframe()
1528 && gst_video_time_code_is_valid (newest_gop->start_tc)) { in request_next_keyframe()
1531 calculate_next_max_timecode (splitmux, newest_gop->start_tc, in request_next_keyframe()
2569 video_time_code_replace (&splitmux->fragment_start_tc, gop->start_tc); in handle_gathered_gop()
3087 video_time_code_replace (&gop->start_tc, &tc_meta->tc); in handle_mq_input()
3114 video_time_code_replace (&gop->start_tc, &tc_meta->tc); in handle_mq_input()
/third_party/gstreamer/gstplugins_bad/
DChangeLog55055 comparing end_tc with start_tc (to see if we'll reject end_tc for being
55056 before start_tc), so the check in question is completely disabled