Searched refs:from_sample (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local 1049 from_sample = gst_sample_new (from_buffer, from_caps, NULL, NULL); in GST_START_TEST() 1056 gst_video_convert_sample (from_sample, to_caps, in GST_START_TEST() 1073 gst_video_convert_sample (from_sample, to_caps, in GST_START_TEST() 1080 gst_sample_unref (from_sample); in GST_START_TEST() 1109 GstSample *from_sample; in GST_START_TEST() local 1139 from_sample = gst_sample_new (from_buffer, from_caps, NULL, NULL); in GST_START_TEST() 1151 gst_video_convert_sample_async (from_sample, to_caps, in GST_START_TEST() 1161 gst_sample_unref (from_sample); in GST_START_TEST() 1173 GstSample *from_sample; in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 416 guint32 from_sample; member
|
D | qtdemux.c | 1106 str->from_sample = index; in gst_qtdemux_move_stream() 4757 if (G_UNLIKELY (!ref_str->from_sample)) { in gst_qtdemux_seek_to_previous_keyframe() 4767 ref_str->from_sample - 1, FALSE); in gst_qtdemux_seek_to_previous_keyframe() 4769 if (ref_str->from_sample >= 10) in gst_qtdemux_seek_to_previous_keyframe() 4770 k_index = ref_str->from_sample - 10; in gst_qtdemux_seek_to_previous_keyframe() 4811 ref_str->samples[ref_str->from_sample].timestamp - in gst_qtdemux_seek_to_previous_keyframe() 4815 "now going to sample %u (pts %" GST_TIME_FORMAT ")", ref_str->from_sample, in gst_qtdemux_seek_to_previous_keyframe() 4872 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()
|