Searched refs:atom_array_append (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 3197 atom_array_append (&stsc->entries, nentry, 128); in atom_stsc_add_new_entry() 3230 atom_array_append (&stts->entries, nentry, 256); in atom_stts_add_entry() 3245 atom_array_append (&stsz->entries, size, 1024); in atom_stsz_add_entry() 3266 atom_array_append (&stco64->entries, entry, 256); in atom_stco64_add_entry() 3276 atom_array_append (&tref->entries, sample, 512); in atom_tref_add_entry() 3282 atom_array_append (&stss->entries, sample, 512); in atom_stss_add_entry() 3307 atom_array_append (&ctts->entries, nentry, 256); in atom_ctts_add_entry() 4899 atom_array_append (&sdtp->entries, val, 256); in atom_sdtp_add_samples() 4956 atom_array_append (&trun->entries, nentry, 256); in atom_trun_add_samples() 5193 atom_array_append (&tfra->entries, entry, 256); in atom_tfra_add_entry()
|
D | atoms.h | 71 #define atom_array_append(array, elmt, inc) \ macro
|
D | gstqtmux.c | 4668 atom_array_append (&pad->fragment_buffers, g_steal_pointer (&buf), 256); in gst_qt_mux_pad_fragment_add_buffer()
|