Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcontroller.c155 GstClockTime sample_duration = in main() local
160 gst_control_source_get_value_array (cs, 0, sample_duration, in main()
/third_party/ffmpeg/tools/
Dismindex.c250 int sample_duration = default_duration; in read_trun_duration() local
252 if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(in); in read_trun_duration()
256 if (sample_duration < 0) { in read_trun_duration()
257 fprintf(stderr, "Negative sample duration %d\n", sample_duration); in read_trun_duration()
262 max_pts = FFMAX(max_pts, pts + sample_duration); in read_trun_duration()
263 dts += sample_duration; in read_trun_duration()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c164 fail_unless_equals_int (sample->sample_duration, 0); in GST_START_TEST()
238 fail_unless_equals_int (sample->sample_duration, seg_sample_duration); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.h161 guint32 sample_duration; member
Dgstisoff.c238 !gst_byte_reader_get_uint32_be (reader, &sample.sample_duration)) in gst_isoff_trun_box_parse()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c767 guint32 sample_duration = 0, sample_size = 0, sample_flags = in qtdemux_dump_trun() local
795 if (!gst_byte_reader_get_uint32_be (data, &sample_duration)) in qtdemux_dump_trun()
797 GST_TRACE ("%*s sample-duration: %u", depth, "", sample_duration); in qtdemux_dump_trun()
Datoms.h801 guint32 sample_duration; member
Datoms.c4682 prop_copy_uint32 (entry->sample_duration, buffer, size, offset); in atom_trun_copy_data()
4873 nentry.sample_duration = delta; in atom_trun_add_samples()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3096 guint32 sample_duration; in gst_dash_demux_find_sync_samples()
3116 sample_duration = sample->sample_duration; in gst_dash_demux_find_sync_samples()
3119 sample_duration = traf->tfhd.default_sample_duration; in gst_dash_demux_find_sync_samples()
/third_party/ffmpeg/libavformat/
Dmov.c2936 int sample_duration; in mov_read_stts() local
2950 sample_duration = avio_rb32(pb); in mov_read_stts()
2953 sc->stts_data[i].duration= sample_duration; in mov_read_stts()
2956 sample_count, sample_duration); in mov_read_stts()
2958 duration+=(int64_t)sample_duration*(uint64_t)sample_count; in mov_read_stts()
4911 unsigned sample_duration = frag->duration; in mov_read_trun() local
4916 if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(pb); in mov_read_trun()
4969 dts += sample_duration; in mov_read_trun()
4973 if (sample_duration <= INT64_MAX - sc->duration_for_fps && in mov_read_trun()
4976 sc->duration_for_fps += sample_duration; in mov_read_trun()