Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c1777 prop_copy_uint16 (atom->volume, buffer, size, offset); in atom_mvhd_copy_data()
1778 prop_copy_uint16 (atom->reserved3, buffer, size, offset); in atom_mvhd_copy_data()
1819 prop_copy_uint16 (tkhd->layer, buffer, size, offset); in atom_tkhd_copy_data()
1820 prop_copy_uint16 (tkhd->alternate_group, buffer, size, offset); in atom_tkhd_copy_data()
1821 prop_copy_uint16 (tkhd->volume, buffer, size, offset); in atom_tkhd_copy_data()
1822 prop_copy_uint16 (tkhd->reserved3, buffer, size, offset); in atom_tkhd_copy_data()
1869 prop_copy_uint16 (vmhd->graphics_mode, buffer, size, offset); in atom_vmhd_copy_data()
1885 prop_copy_uint16 (smhd->balance, buffer, size, offset); in atom_smhd_copy_data()
1886 prop_copy_uint16 (smhd->reserved, buffer, size, offset); in atom_smhd_copy_data()
1901 prop_copy_uint16 (hmhd->max_pdu_size, buffer, size, offset); in atom_hmhd_copy_data()
[all …]
Ddescriptors.c430 prop_copy_uint16 (desc->id, buffer, size, offset); in desc_es_descriptor_copy_data()
434 prop_copy_uint16 (desc->depends_on_es_id, buffer, size, offset); in desc_es_descriptor_copy_data()
443 prop_copy_uint16 (desc->ocr_es_id, buffer, size, offset); in desc_es_descriptor_copy_data()
Dproperties.h62 guint64 prop_copy_uint16 (guint16 prop, guint8 **buffer, guint64 *size, guint64 *of…
Dproperties.c95 prop_copy_uint16 (guint16 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint16() function