Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.h97 GstClockTime still_time_remaining; member
Dresindvdsrc.c634 src->still_time_remaining = GST_CLOCK_TIME_NONE; in rsn_dvdsrc_do_still()
636 src->still_time_remaining = GST_SECOND * duration; in rsn_dvdsrc_do_still()
674 GST_TIME_ARGS (src->still_time_remaining)); in rsn_dvdsrc_do_still()
710 if (src->still_time_remaining > 0) { in rsn_dvdsrc_do_still()
714 g_get_monotonic_time () + src->still_time_remaining / GST_USECOND; in rsn_dvdsrc_do_still()
735 src->still_time_remaining = 0; in rsn_dvdsrc_do_still()
737 src->still_time_remaining = remain; in rsn_dvdsrc_do_still()
742 GST_TIME_ARGS (src->still_time_remaining), src->branching); in rsn_dvdsrc_do_still()