Home
last modified time | relevance | path

Searched refs:cstop (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsegment.c54 guint64 cstart, cstop; in GST_START_TEST() local
73 res = gst_segment_clip (&segment, GST_FORMAT_BYTES, 0, 50, &cstart, &cstop); in GST_START_TEST()
77 res = gst_segment_clip (&segment, GST_FORMAT_BYTES, 50, 100, &cstart, &cstop); in GST_START_TEST()
81 res = gst_segment_clip (&segment, GST_FORMAT_BYTES, 50, 150, &cstart, &cstop); in GST_START_TEST()
84 fail_unless_equals_uint64 (cstop, 150); in GST_START_TEST()
88 100, 150, &cstart, &cstop); in GST_START_TEST()
91 fail_unless_equals_uint64 (cstop, 150); in GST_START_TEST()
94 res = gst_segment_clip (&segment, GST_FORMAT_BYTES, 90, 90, &cstart, &cstop); in GST_START_TEST()
99 100, 100, &cstart, &cstop); in GST_START_TEST()
102 fail_unless_equals_uint64 (cstop, 100); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio.c138 guint64 start, stop, cstart, cstop, diff; in gst_audio_buffer_clip() local
144 start, stop, &cstart, &cstop)) { in gst_audio_buffer_clip()
160 diff = stop - cstop; in gst_audio_buffer_clip()
176 guint64 start, stop, cstart, cstop, diff; in gst_audio_buffer_clip() local
184 start, stop, &cstart, &cstop)) { in gst_audio_buffer_clip()
199 diff = stop - cstop; in gst_audio_buffer_clip()
201 offset_end = cstop; in gst_audio_buffer_clip()
Dgstaudiobasesink.c1808 guint64 ctime, cstop; in gst_audio_base_sink_render() local
1949 &ctime, &cstop))) in gst_audio_base_sink_render()
1963 diff = stop - cstop; in gst_audio_base_sink_render()
1968 G_GUINT64_FORMAT " samples", GST_TIME_ARGS (cstop), diff); in gst_audio_base_sink_render()
1970 stop = cstop; in gst_audio_base_sink_render()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstvideosegmentclip.c99 guint64 cstart, cstop; in gst_video_segment_clip_clip_buffer() local
133 timestamp + duration, &cstart, &cstop); in gst_video_segment_clip_clip_buffer()
135 if (timestamp != cstart || timestamp + duration != cstop) { in gst_video_segment_clip_clip_buffer()
139 GST_BUFFER_DURATION (*outbuf) = cstop - cstart; in gst_video_segment_clip_clip_buffer()
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstdvdec.c426 guint64 cstart = GST_CLOCK_TIME_NONE, cstop = GST_CLOCK_TIME_NONE; in gst_dvdec_chain() local
444 &cstart, &cstop)))) in gst_dvdec_chain()
532 if (GST_CLOCK_TIME_IS_VALID (cstop)) in gst_dvdec_chain()
533 GST_BUFFER_DURATION (outbuf) = cstop - cstart; in gst_dvdec_chain()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c388 guint64 cstart, cstop; in gst_smart_encoder_push_pending_gop() local
403 self->gop_stop, &cstart, &cstop)) { in gst_smart_encoder_push_pending_gop()
418 || (cstop != self->gop_stop) in gst_smart_encoder_push_pending_gop()
423 GST_TIME_ARGS (cstop), &self->input_segment); in gst_smart_encoder_push_pending_gop()
454 " to %" GST_TIME_FORMAT, GST_TIME_ARGS (cstart), GST_TIME_ARGS (cstop)); in gst_smart_encoder_push_pending_gop()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c1008 guint64 cstart, cstop; in gst_dvbsub_overlay_chain_video() local
1035 start, stop, &cstart, &cstop); in gst_dvbsub_overlay_chain_video()
1045 GST_BUFFER_DURATION (buffer) = cstop - cstart; in gst_dvbsub_overlay_chain_video()
1053 cstop); in gst_dvbsub_overlay_chain_video()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c2012 GstStepInfo * current, guint64 * cstart, guint64 * cstop, guint64 * rstart, in handle_stepping() argument
2030 if (segment->stop == *cstop) in handle_stepping()
2070 *cstop = in handle_stepping()
2080 GST_TIME_ARGS (*cstop), GST_TIME_ARGS (*rstop)); in handle_stepping()
2121 guint64 cstart, cstop; /* clipped raw timestamps */ in gst_base_sink_get_sync_times() local
2220 start, stop, &cstart, &cstop))) { in gst_base_sink_get_sync_times()
2226 cstop = segment->stop; in gst_base_sink_get_sync_times()
2229 cstop = segment->start; in gst_base_sink_get_sync_times()
2236 if (G_UNLIKELY (start != cstart || stop != cstop)) { in gst_base_sink_get_sync_times()
2239 GST_TIME_ARGS (cstop)); in gst_base_sink_get_sync_times()
[all …]
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c894 guint64 cstart, cstop; in gst_image_freeze_src_loop() local
1087 timestamp_end, &cstart, &cstop); in gst_image_freeze_src_loop()
1092 self->segment.position = cstop; in gst_image_freeze_src_loop()
1107 GST_BUFFER_DURATION (buffer) = cstop - cstart; in gst_image_freeze_src_loop()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c1538 guint64 start, stop, cstart, cstop; in gst_video_encoder_chain() local
1568 GST_FORMAT_TIME, start, stop, &cstart, &cstop)) { in gst_video_encoder_chain()
1574 if (GST_CLOCK_TIME_IS_VALID (cstop)) in gst_video_encoder_chain()
1575 duration = cstop - cstart; in gst_video_encoder_chain()
Dgstvideodecoder.c3673 guint64 cstart, cstop; in gst_video_decoder_clip_and_push_buf() local
3706 if (gst_segment_clip (segment, GST_FORMAT_TIME, start, stop, &cstart, &cstop)) { in gst_video_decoder_clip_and_push_buf()
3710 GST_BUFFER_DURATION (buf) = cstop - cstart; in gst_video_decoder_clip_and_push_buf()
3717 GST_TIME_ARGS (cstop), in gst_video_decoder_clip_and_push_buf()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c469 guint64 cstart, cstop; in gst_deinterlace_clip_buffer() local
487 start, stop, &cstart, &cstop))) in gst_deinterlace_clip_buffer()
491 if (GST_CLOCK_TIME_IS_VALID (cstop)) in gst_deinterlace_clip_buffer()
492 GST_BUFFER_DURATION (buffer) = cstop - cstart; in gst_deinterlace_clip_buffer()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c5471 guint64 start, stop, cstart, cstop, diff; in gst_qtdemux_clip_buffer() local
5515 GST_FORMAT_TIME, start, stop, &cstart, &cstop))) in gst_qtdemux_clip_buffer()
5537 diff = stop - cstop; in gst_qtdemux_clip_buffer()
5547 " bytes", GST_TIME_ARGS (cstop), diff); in gst_qtdemux_clip_buffer()