Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Ddescriptors.c352 prop_copy_uint8 (desc->tag, buffer, size, offset); in desc_base_descriptor_copy_data()
368 prop_copy_uint8 (desc->predefined, buffer, size, offset); in desc_sl_config_descriptor_copy_data()
397 prop_copy_uint8 (desc->object_type, buffer, size, offset); in desc_dec_config_descriptor_copy_data()
399 prop_copy_uint8 (desc->stream_type, buffer, size, offset); in desc_dec_config_descriptor_copy_data()
431 prop_copy_uint8 (desc->flags, buffer, size, offset); in desc_es_descriptor_copy_data()
Dproperties.c88 prop_copy_uint8 (guint8 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint8() function
184 prop_copy_uint8 (str_size, buffer, size, offset); in prop_copy_size_string()
208 prop_copy_uint8 ('\0', buffer, size, offset); in prop_copy_null_terminated_string()
Datoms.c1678 prop_copy_uint8 (atom->version, buffer, size, offset); in atom_full_copy_data()
1968 prop_copy_uint8 (gmin->balance, buffer, size, offset); in atom_gmin_copy_data()
1970 prop_copy_uint8 (0, buffer, size, offset); in atom_gmin_copy_data()
2215 prop_copy_uint8 (1, buffer, size, offset); in sample_entry_tx3g_copy_data()
2216 prop_copy_uint8 (-1, buffer, size, offset); in sample_entry_tx3g_copy_data()
2225 prop_copy_uint8 (tx3g->font_face, buffer, size, offset); in sample_entry_tx3g_copy_data()
2226 prop_copy_uint8 (tx3g->font_size, buffer, size, offset); in sample_entry_tx3g_copy_data()
2261 prop_copy_uint8 (tmcd->n_frames, buffer, size, offset); in sample_entry_tmcd_copy_data()
2264 prop_copy_uint8 (0, buffer, size, offset); in sample_entry_tmcd_copy_data()
2413 prop_copy_uint8 (svmi->stereoscopic_composition_type, buffer, size, offset); in atom_svmi_copy_data()
[all …]
Dproperties.h61 guint64 prop_copy_uint8 (guint8 prop, guint8 **buffer, guint64 *size, guint64 *off…