Home
last modified time | relevance | path

Searched refs:samples_per_chunk (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h441 guint32 samples_per_chunk; member
Datoms.c2343 if (prev_entry->samples_per_chunk == current_entry->samples_per_chunk && in atom_stsc_copy_data()
2360 prop_copy_uint32 (entry->samples_per_chunk, buffer, size, offset); in atom_stsc_copy_data()
3182 ((atom_array_index (&stsc->entries, len - 1)).samples_per_chunk == in atom_stsc_add_new_entry()
3183 (atom_array_index (&stsc->entries, len - 2)).samples_per_chunk)) { in atom_stsc_add_new_entry()
3189 nentry->samples_per_chunk = nsamples; in atom_stsc_add_new_entry()
3195 nentry.samples_per_chunk = nsamples; in atom_stsc_add_new_entry()
3211 atom_array_index (&stsc->entries, len - 1).samples_per_chunk += nsamples; in atom_stsc_update_entry()
Dqtdemux.c9272 guint32 first_chunk, last_chunk, samples_per_chunk, sample_description_id; in qtdemux_merge_sample_table() local
9275 samples_per_chunk = gst_byte_reader_get_uint32_be_unchecked (&stream->stsc); in qtdemux_merge_sample_table()
9288 first_chunk, last_chunk, samples_per_chunk, sample_description_id); in qtdemux_merge_sample_table()
9297 gst_byte_writer_put_uint32_be (&stts, stts_duration * samples_per_chunk); in qtdemux_merge_sample_table()
9300 stream->sample_size * samples_per_chunk); in qtdemux_merge_sample_table()
9747 stream->samples_per_chunk = in qtdemux_parse_samples()
9776 stream->samples_per_chunk, stream->stsd_sample_description_id); in qtdemux_parse_samples()
9820 (stream->samples_per_chunk * CUR_STREAM (stream)->n_channels) / in qtdemux_parse_samples()
9824 cur->size = stream->samples_per_chunk; in qtdemux_parse_samples()
9833 cur->duration = stream->samples_per_chunk; in qtdemux_parse_samples()
[all …]
Datoms.h529 guint32 samples_per_chunk; member
Dgstqtmux.c4123 i - 1).samples_per_chunk; 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/
DChangeLog24553 muxing mode, changing the samples_per_chunk and thus making it wrong to