Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1484 GstClockTime max_tc_time = GST_CLOCK_TIME_NONE; in request_next_keyframe() local
1530 max_tc_time = in request_next_keyframe()
1536 if (GST_CLOCK_TIME_IS_VALID (max_tc_time) && next_tc) { in request_next_keyframe()
1538 calculate_next_max_timecode (splitmux, next_tc, max_tc_time, NULL); in request_next_keyframe()
1543 timecode_based = GST_CLOCK_TIME_IS_VALID (max_tc_time) && in request_next_keyframe()
1564 if (max_tc_time >= tc_rounding_error) { in request_next_keyframe()
1565 target_time = max_tc_time - tc_rounding_error; in request_next_keyframe()
1570 GST_TIME_ARGS (max_tc_time)); in request_next_keyframe()