Lines Matching refs:_time
479 GstClockTime * _time, gint64 * _offset);
4395 gst_base_parse_locate_time (GstBaseParse * parse, GstClockTime * _time, in gst_base_parse_locate_time() argument
4405 g_return_val_if_fail (_time != NULL, GST_FLOW_ERROR); in gst_base_parse_locate_time()
4409 GST_TIME_ARGS (*_time)); in gst_base_parse_locate_time()
4413 time = *_time; in gst_base_parse_locate_time()
4428 *_time = GST_CLOCK_TIME_NONE; in gst_base_parse_locate_time()
4461 *_time = ltime; in gst_base_parse_locate_time()
4465 *_time = htime; in gst_base_parse_locate_time()
4511 *_time = newtime; in gst_base_parse_locate_time()
4513 *_time += dur; in gst_base_parse_locate_time()
4522 *_time = newtime; in gst_base_parse_locate_time()
4538 GST_TIME_FORMAT, *_offset, GST_TIME_ARGS (*_time)); in gst_base_parse_locate_time()