Home
last modified time | relevance | path

Searched refs:clip_start (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c506 guint64 clip_start = 0, clip_stop = 0; in parse_mdvdsub() local
552 state->start_time, state->start_time + state->duration, &clip_start, in parse_mdvdsub()
557 state->start_time = clip_start; in parse_mdvdsub()
558 state->duration = clip_stop - clip_start; in parse_mdvdsub()
1017 guint64 clip_start = 0, clip_stop = 0; in parse_subrip() local
1023 &clip_start, &clip_stop); in parse_subrip()
1026 state->start_time = clip_start; in parse_subrip()
1027 state->duration = clip_stop - clip_start; in parse_subrip()
1185 guint64 clip_start = 0, clip_stop = 0; in parse_subviewer() local
1191 &clip_start, &clip_stop); in parse_subviewer()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize; in check_urb_layout()
105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize; in check_urb_layout()
202 brw->urb.clip_start, in brw_calculate_urb_fence()
254 uf.bits0.gs_fence = brw->urb.clip_start; in brw_upload_urb_fence()
Dbrw_curbe.c124 brw->curbe.clip_start = reg; in calculate_curbe_offsets()
134 brw->curbe.clip_start, in calculate_curbe_offsets()
238 GLuint offset = brw->curbe.clip_start * 16; in brw_upload_constant_buffer()
Dbrw_context.h1030 GLuint clip_start; member
1057 GLuint clip_start; member
DgenX_state_upload.c1295 clip.ConstantURBEntryReadOffset = brw->curbe.clip_start * 2; in genX()
/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()
1215 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_ass_render_chain_video()
1217 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ass_render_chain_video()
1441 render->video_segment.position = 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()
1525 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_ass_render_chain_text()
1527 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ass_render_chain_text()
[all …]
/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()
1709 overlay->cc_segment.position = clip_start; 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()
1775 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_cea_cc_overlay_video_chain()
1777 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_cea_cc_overlay_video_chain()
1811 overlay->segment.position = clip_start; in gst_cea_cc_overlay_video_chain()
1911 overlay->segment.position = clip_start; in gst_cea_cc_overlay_video_chain()
/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()
220 if ((GstClockTime) clip_start > buf_start) { in DoRenderSample()
221 start_offset = (guint)gst_util_uint64_scale_int (clip_start - buf_start, in DoRenderSample()
246 GST_BUFFER_TIMESTAMP (out_buf) = clip_start; in DoRenderSample()
247 GST_BUFFER_DURATION (out_buf) = clip_stop - clip_start; in DoRenderSample()
Dgstdshowvideodec.cpp286 guint64 clip_start = 0, clip_stop = 0; in DoRenderSample() local
306 start, stop, &clip_start, &clip_stop); in DoRenderSample()
326 GST_BUFFER_TIMESTAMP (buf) = clip_start; in DoRenderSample()
327 GST_BUFFER_DURATION (buf) = clip_stop - clip_start; in DoRenderSample()
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c897 guint64 stop, guint64 * clip_start, guint64 * clip_stop) in gst_segment_clip() argument
918 if (clip_start) { in gst_segment_clip()
920 *clip_start = -1; in gst_segment_clip()
922 *clip_start = MAX (start, segment->start); in gst_segment_clip()
Dgstsegment.h338 … guint64 stop, guint64 *clip_start, guint64 *clip_stop);
/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()
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()
[all …]
/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()
560 decoder->kate_segment.position = clip_start; in gst_kate_util_decoder_base_update_segment()
/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()
1147 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_ttml_render_text_chain()
1149 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ttml_render_text_chain()
1165 render->text_segment.position = 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()
2805 GST_BUFFER_TIMESTAMP (buffer) = clip_start; in gst_ttml_render_video_chain()
2807 GST_BUFFER_DURATION (buffer) = clip_stop - clip_start; in gst_ttml_render_video_chain()
[all …]
/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/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h708 uint32_t clip_start; member
734 unsigned clip_start; member
Dcrocus_state.c688 ice->urb.clip_start = ice->urb.gs_start + ice->urb.nr_gs_entries * ice->urb.vsize; in check_urb_layout()
689 ice->urb.sf_start = ice->urb.clip_start + ice->urb.nr_clip_entries * ice->urb.vsize; in check_urb_layout()
784 ice->urb.clip_start, in crocus_calculate_urb_fence()
806 urb.GSFence = batch->ice->urb.clip_start; in crocus_upload_urb_fence()
891 ice->curbe.clip_start = reg; in calculate_curbe_offsets()
901 ice->curbe.clip_start, in calculate_curbe_offsets()
983 unsigned offset = ice->curbe.clip_start * 16; in gen4_upload_curbe()
6657 clip.ConstantURBEntryReadOffset = ice->curbe.clip_start * 2;
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c860 int clip_start, clip_end, offset_clipped; in ringbuf_float_at() local
870 clip_start = deshake_ctx->abs_motion.data_start_offset; in ringbuf_float_at()
875 clip_start = 0; in ringbuf_float_at()
880 clip_start, in ringbuf_float_at()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c518 guint64 clip_start = 0, clip_end = 0; in gst_ogg_demux_chain_peer() local
757 clip_start = in gst_ogg_demux_chain_peer()
762 clip_start = pad->current_granule; in gst_ogg_demux_chain_peer()
774 clip_start = in gst_ogg_demux_chain_peer()
779 clip_start = pad->current_granule; in gst_ogg_demux_chain_peer()
808 if (pad->map.audio_clipping && (clip_start || clip_end)) { in gst_ogg_demux_chain_peer()
811 G_GUINT64_FORMAT " / %" G_GUINT64_FORMAT ")", clip_start, clip_end, in gst_ogg_demux_chain_peer()
812 clip_start + clip_end, duration); in gst_ogg_demux_chain_peer()
813 gst_buffer_add_audio_clipping_meta (buf, GST_FORMAT_DEFAULT, clip_start, in gst_ogg_demux_chain_peer()