Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c1615 prop_copy_uint32 ((guint32) ti->creation_time, buffer, size, offset); in common_time_info_copy_data()
1616 prop_copy_uint32 ((guint32) ti->modification_time, buffer, size, offset); in common_time_info_copy_data()
1617 prop_copy_uint32 (ti->timescale, buffer, size, offset); in common_time_info_copy_data()
1618 prop_copy_uint32 ((guint32) ti->duration, buffer, size, offset); in common_time_info_copy_data()
1622 prop_copy_uint32 (ti->timescale, buffer, size, offset); in common_time_info_copy_data()
1634 prop_copy_uint32 (*offset - atom_pos, buffer, size, &atom_pos); in atom_write_size()
1643 prop_copy_uint32 (0, buffer, size, offset); in atom_copy_empty()
1654 prop_copy_uint32 (atom->size, buffer, size, offset); in atom_copy_data()
1746 prop_copy_uint32 (ftyp->version, buffer, size, offset); in atom_ftyp_copy_data()
1776 prop_copy_uint32 (atom->prefered_rate, buffer, size, offset); in atom_mvhd_copy_data()
[all …]
Ddescriptors.c402 prop_copy_uint32 (desc->max_bitrate, buffer, size, offset); in desc_dec_config_descriptor_copy_data()
403 prop_copy_uint32 (desc->avg_bitrate, buffer, size, offset); in desc_dec_config_descriptor_copy_data()
Dproperties.h63 guint64 prop_copy_uint32 (guint32 prop, guint8 **buffer, guint64 *size, guint64 *of…
Dproperties.c103 prop_copy_uint32 (guint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint32() function