Searched refs:first_chunk (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | ty.c | 96 int first_chunk; member 327 ty->first_chunk = 1; in ty_read_header() 369 ty->first_chunk = 0; in get_chunk() 665 if (!ty->rec_hdrs || ty->first_chunk || ty->cur_rec >= ty->num_recs) { in ty_read_packet()
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.c | 625 struct u_trace_chunk *first_chunk = in u_trace_begin_iterator() local 628 return (struct u_trace_iterator) { ut, first_chunk, 0}; in u_trace_begin_iterator()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 438 guint32 first_chunk; member
|
D | atoms.h | 528 guint32 first_chunk; member 971 … guint32 first_chunk, guint32 nsamples, guint32 sample_description_index);
|
D | atoms.c | 2359 prop_copy_uint32 (entry->first_chunk, buffer, size, offset); in atom_stsc_copy_data() 3176 atom_stsc_add_new_entry (AtomSTSC * stsc, guint32 first_chunk, guint32 nsamples, in atom_stsc_add_new_entry() argument 3188 nentry->first_chunk = first_chunk; in atom_stsc_add_new_entry() 3194 nentry.first_chunk = first_chunk; in atom_stsc_add_new_entry() 3202 atom_stsc_update_entry (AtomSTSC * stsc, guint32 first_chunk, guint32 nsamples) in atom_stsc_update_entry() argument 3209 len - 1).first_chunk == first_chunk); in atom_stsc_update_entry()
|
D | qtdemux.c | 9317 guint32 first_chunk, last_chunk, samples_per_chunk, sample_description_id; in qtdemux_merge_sample_table() local 9319 first_chunk = gst_byte_reader_get_uint32_be_unchecked (&stream->stsc); in qtdemux_merge_sample_table() 9333 first_chunk, last_chunk, samples_per_chunk, sample_description_id); in qtdemux_merge_sample_table() 9335 gst_byte_writer_put_uint32_be (&stsc, first_chunk); in qtdemux_merge_sample_table() 9341 gst_byte_writer_put_uint32_be (&stts, last_chunk - first_chunk); in qtdemux_merge_sample_table() 9343 for (j = first_chunk; j < last_chunk; j++) { in qtdemux_merge_sample_table() 9349 stream->n_samples += last_chunk - first_chunk; in qtdemux_merge_sample_table() 9789 || stream->stsc_chunk_index < stream->first_chunk) { in qtdemux_parse_samples() 9790 stream->first_chunk = in qtdemux_parse_samples() 9799 if (G_UNLIKELY (stream->first_chunk == 0)) in qtdemux_parse_samples() [all …]
|
D | gstqtmux.c | 4115 if (entry->first_chunk >= chunk_index) in gst_qt_mux_stop_file() 4120 (entry->first_chunk - atom_array_index (&stbl->stsc.entries, in gst_qt_mux_stop_file() 4122 1).first_chunk) * atom_array_index (&stbl->stsc.entries, in gst_qt_mux_stop_file() 4133 prev_entry->first_chunk) * prev_entry->samples_per_chunk; in gst_qt_mux_stop_file()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 27748 (atom_array_index (&stsc->entries, len - 1).first_chunk == first_chunk)
|