Home
last modified time | relevance | path

Searched refs:atom_array_index (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c2051 STTSEntry *entry = &atom_array_index (&stts->entries, i); in atom_stts_copy_data()
2317 prop_copy_uint32 (atom_array_index (&stsz->entries, i), buffer, size, in atom_stsz_copy_data()
2341 STSCEntry *prev_entry = &atom_array_index (&stsc->entries, len - 2); in atom_stsc_copy_data()
2342 STSCEntry *current_entry = &atom_array_index (&stsc->entries, len - 1); in atom_stsc_copy_data()
2357 STSCEntry *entry = &atom_array_index (&stsc->entries, i); in atom_stsc_copy_data()
2393 CTTSEntry *entry = &atom_array_index (&ctts->entries, i); in atom_ctts_copy_data()
2452 atom_array_index (&stco64->entries, i) + stco64->chunk_offset; in atom_stco64_copy_data()
2486 prop_copy_uint32 (atom_array_index (&stss->entries, i), buffer, size, in atom_stss_copy_data()
2802 prop_copy_uint32 (atom_array_index (&tref->entries, i), buffer, size, in atom_tref_copy_data()
3182 ((atom_array_index (&stsc->entries, len - 1)).samples_per_chunk == in atom_stsc_add_new_entry()
[all …]
Dgstqtmux.c4067 entry = &atom_array_index (&stbl->stts.entries, i); in gst_qt_mux_stop_file()
4100 guint64 *entry = &atom_array_index (&stbl->stco64.entries, i); in gst_qt_mux_stop_file()
4113 STSCEntry *entry = &atom_array_index (&stbl->stsc.entries, i); 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()
4130 &atom_array_index (&stbl->stsc.entries, i - 1); in gst_qt_mux_stop_file()
4530 gst_buffer_get_size (atom_array_index (&pad->fragment_buffers, i)); in gst_qt_mux_pad_fragment_add_buffer()
4571 atom_array_index (&pad->fragment_buffers, index)); in gst_qt_mux_pad_fragment_add_buffer()
4574 atom_array_index (&pad->fragment_buffers, index), in gst_qt_mux_pad_fragment_add_buffer()
4690 gst_buffer_unref (atom_array_index (&pad->fragment_buffers, i)); in gst_qt_mux_pad_fragment_add_buffer()
[all …]
Datoms.h85 #define atom_array_index(array, index) ((array)->data[index]) macro
/third_party/gstreamer/gstplugins_good/
DChangeLog27748 (atom_array_index (&stsc->entries, len - 1).first_chunk == first_chunk)