Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c506 guint64 clip_start = 0, clip_stop = 0; in parse_mdvdsub() local
553 &clip_stop); in parse_mdvdsub()
558 state->duration = clip_stop - clip_start; in parse_mdvdsub()
1025 guint64 clip_start = 0, clip_stop = 0; in parse_subrip() local
1031 &clip_start, &clip_stop); in parse_subrip()
1035 state->duration = clip_stop - clip_start; in parse_subrip()
1193 guint64 clip_start = 0, clip_stop = 0; in parse_subviewer() local
1199 &clip_start, &clip_stop); in parse_subviewer()
1203 state->duration = clip_stop - clip_start; in parse_subviewer()
1245 guint64 clip_start = 0, clip_stop = 0; in parse_mpsub() local
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c897 guint64 stop, guint64 * clip_start, guint64 * clip_stop) in gst_segment_clip() argument
925 if (clip_stop) { in gst_segment_clip()
927 *clip_stop = segment->stop; in gst_segment_clip()
929 *clip_stop = stop; in gst_segment_clip()
931 *clip_stop = MIN (stop, segment->stop); in gst_segment_clip()
Dgstsegment.h346 … guint64 stop, guint64 *clip_start, guint64 *clip_stop);
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp162 guint64 clip_start = 0, clip_stop = 0; in DoRenderSample() local
189 buf_start, buf_stop, &clip_start, &clip_stop); in DoRenderSample()
227 if ((GstClockTime) clip_stop < buf_stop) { in DoRenderSample()
228 stop_offset = (guint)gst_util_uint64_scale_int (buf_stop - clip_stop, in DoRenderSample()
247 GST_BUFFER_DURATION (out_buf) = clip_stop - clip_start; in DoRenderSample()
250 mDec->timestamp = clip_stop; in DoRenderSample()
Dgstdshowvideodec.cpp286 guint64 clip_start = 0, clip_stop = 0; in DoRenderSample() local
306 start, stop, &clip_start, &clip_stop); in DoRenderSample()
327 GST_BUFFER_DURATION (buf) = clip_stop - clip_start; in DoRenderSample()
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c1173 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_ass_render_chain_video() local
1206 &clip_start, &clip_stop); in gst_ass_render_chain_video()
1212 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_ass_render_chain_video()
1217 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ass_render_chain_video()
1488 guint64 clip_start = 0, clip_stop = 0; in gst_ass_render_chain_text() local
1518 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_ass_render_chain_text()
1527 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ass_render_chain_text()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c1663 guint64 clip_start = 0, clip_stop = 0; in gst_cea_cc_overlay_cc_chain() local
1696 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_cea_cc_overlay_cc_chain()
1740 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_cea_cc_overlay_video_chain() local
1766 &clip_start, &clip_stop); in gst_cea_cc_overlay_video_chain()
1772 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_cea_cc_overlay_video_chain()
1777 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_cea_cc_overlay_video_chain()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateutil.c536 guint64 clip_start = 0, clip_stop = 0; in gst_kate_util_decoder_base_update_segment() local
553 GST_BUFFER_TIMESTAMP (buf), stop, &clip_start, &clip_stop); in gst_kate_util_decoder_base_update_segment()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c495 guint64 clip_start, clip_stop; in gst_identity_sink_event() local
501 old_start + dur, &clip_start, &clip_stop)) { in gst_identity_sink_event()
503 event = gst_event_new_gap (clip_start, clip_stop - clip_start); in gst_identity_sink_event()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c2629 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()
2675 GST_BUFFER_DURATION (buffer) = clip_stop - 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()
2773 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_base_text_overlay_video_chain()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c1105 guint64 clip_start = 0, clip_stop = 0; in gst_ttml_render_text_chain() local
1140 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_ttml_render_text_chain()
1149 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ttml_render_text_chain()
2769 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_ttml_render_video_chain() local
2796 &clip_start, &clip_stop); in gst_ttml_render_video_chain()
2802 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_ttml_render_video_chain()
2807 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ttml_render_video_chain()