Lines Matching refs:clip_start
2629 guint64 clip_start = 0, clip_stop = 0; in gst_base_text_overlay_text_chain() local
2664 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_base_text_overlay_text_chain()
2673 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_base_text_overlay_text_chain()
2675 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_base_text_overlay_text_chain()
2691 overlay->text_segment.position = clip_start; in gst_base_text_overlay_text_chain()
2720 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_base_text_overlay_video_chain() local
2762 &clip_start, &clip_stop); in gst_base_text_overlay_video_chain()
2768 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_base_text_overlay_video_chain()
2771 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_base_text_overlay_video_chain()
2773 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_base_text_overlay_video_chain()
2807 overlay->segment.position = clip_start; in gst_base_text_overlay_video_chain()
3006 overlay->segment.position = clip_start; in gst_base_text_overlay_video_chain()