Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c542 guint64 clip_start = 0, clip_stop = 0; in parse_mdvdsub() local
589 &clip_stop); in parse_mdvdsub()
594 state->duration = clip_stop - clip_start; in parse_mdvdsub()
1043 guint64 clip_start = 0, clip_stop = 0; in parse_subrip() local
1049 &clip_start, &clip_stop); in parse_subrip()
1053 state->duration = clip_stop - clip_start; in parse_subrip()
1211 guint64 clip_start = 0, clip_stop = 0; in parse_subviewer() local
1217 &clip_start, &clip_stop); in parse_subviewer()
1221 state->duration = clip_stop - clip_start; in parse_subviewer()
1263 guint64 clip_start = 0, clip_stop = 0; in parse_mpsub() local
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c890 guint64 stop, guint64 * clip_start, guint64 * clip_stop) in gst_segment_clip() argument
918 if (clip_stop) { in gst_segment_clip()
920 *clip_stop = segment->stop; in gst_segment_clip()
922 *clip_stop = stop; in gst_segment_clip()
924 *clip_stop = MIN (stop, segment->stop); in gst_segment_clip()
Dgstsegment.h266 … 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.c1166 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_ass_render_chain_video() local
1199 &clip_start, &clip_stop); in gst_ass_render_chain_video()
1205 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_ass_render_chain_video()
1210 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ass_render_chain_video()
1479 guint64 clip_start = 0, clip_stop = 0; in gst_ass_render_chain_text() local
1509 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_ass_render_chain_text()
1518 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ass_render_chain_text()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c1658 guint64 clip_start = 0, clip_stop = 0; in gst_cea_cc_overlay_cc_chain() local
1691 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_cea_cc_overlay_cc_chain()
1735 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_cea_cc_overlay_video_chain() local
1761 &clip_start, &clip_stop); in gst_cea_cc_overlay_video_chain()
1767 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_cea_cc_overlay_video_chain()
1772 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_cea_cc_overlay_video_chain()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateutil.c537 guint64 clip_start = 0, clip_stop = 0; in gst_kate_util_decoder_base_update_segment() local
554 GST_BUFFER_TIMESTAMP (buf), stop, &clip_start, &clip_stop); in gst_kate_util_decoder_base_update_segment()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c2616 guint64 clip_start = 0, clip_stop = 0; in gst_base_text_overlay_text_chain() local
2651 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_base_text_overlay_text_chain()
2662 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_base_text_overlay_text_chain()
2707 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_base_text_overlay_video_chain() local
2749 &clip_start, &clip_stop); in gst_base_text_overlay_video_chain()
2755 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_base_text_overlay_video_chain()
2760 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_base_text_overlay_video_chain()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c1101 guint64 clip_start = 0, clip_stop = 0; in gst_ttml_render_text_chain() local
1136 GST_BUFFER_TIMESTAMP (buffer), stop, &clip_start, &clip_stop); in gst_ttml_render_text_chain()
1145 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ttml_render_text_chain()
2765 guint64 start, stop, clip_start = 0, clip_stop = 0; in gst_ttml_render_video_chain() local
2792 &clip_start, &clip_stop); in gst_ttml_render_video_chain()
2798 if (clip_start != start || (stop != -1 && clip_stop != stop)) { in gst_ttml_render_video_chain()
2803 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ttml_render_video_chain()