Home
last modified time | relevance | path

Searched refs:to_sample (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h417 guint32 to_sample; member
Dqtdemux.c4872 str->to_sample = str->from_sample - 1; in gst_qtdemux_seek_to_previous_keyframe()
4884 GST_TIME_ARGS (str->time_position), str->from_sample, str->to_sample); in gst_qtdemux_seek_to_previous_keyframe()
5079 stream->to_sample = G_MAXUINT32; in gst_qtdemux_activate_segment()
5098 stream->to_sample = G_MAXUINT32; in gst_qtdemux_activate_segment()
5105 stream->to_sample = index; in gst_qtdemux_activate_segment()
5309 if (G_UNLIKELY (stream->sample_index >= stream->to_sample)) { in gst_qtdemux_advance_sample()
5312 "reached max allowed sample %u, mark EOS", stream->to_sample); in gst_qtdemux_advance_sample()
6552 while (stream->sample_index < stream->to_sample in gst_qtdemux_loop_state_movie()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()