Searched refs:atom_sample_entry_copy_data (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 2010 atom_sample_entry_copy_data (SampleTableEntry * se, guint8 ** buffer, in atom_sample_entry_copy_data() function 2063 if (!atom_sample_entry_copy_data (&hse->se, buffer, size, offset)) { in atom_hint_sample_entry_copy_data() 2080 if (!atom_sample_entry_copy_data (&mp4a->se, buffer, size, offset)) { in sample_entry_mp4a_copy_data() 2116 if (!atom_sample_entry_copy_data (&mp4v->se, buffer, size, offset)) { in sample_entry_mp4v_copy_data() 2156 if (!atom_sample_entry_copy_data (&tx3g->se, buffer, size, offset)) { in sample_entry_tx3g_copy_data() 2199 if (!atom_sample_entry_copy_data (&tmcd->se, buffer, size, offset)) { in sample_entry_tmcd_copy_data() 2238 if (!atom_sample_entry_copy_data (entry, buffer, size, offset)) { in sample_entry_generic_copy_data()
|