Searched refs:AtomFTYP (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atomsrecovery.h | 140 gboolean atoms_recov_write_headers (FILE * f, AtomFTYP * ftyp,
|
D | atoms.h | 179 } AtomFTYP; typedef 950 AtomFTYP* atom_ftyp_new (AtomsContext *context, guint32 major, 952 guint64 atom_ftyp_copy_data (AtomFTYP *ftyp, guint8 **buffer, 954 void atom_ftyp_free (AtomFTYP *ftyp);
|
D | gstqtmux.h | 279 AtomFTYP *ftyp;
|
D | atomsrecovery.c | 106 atoms_recov_write_ftyp_info (FILE * f, AtomFTYP * ftyp, GstBuffer * prefix) in atoms_recov_write_ftyp_info() 237 atoms_recov_write_headers (FILE * f, AtomFTYP * ftyp, GstBuffer * prefix, in atoms_recov_write_headers()
|
D | atoms.c | 251 atom_ftyp_init (AtomFTYP * ftyp, guint32 major, guint32 version, GList * brands) in atom_ftyp_init() 271 AtomFTYP * 275 AtomFTYP *ftyp = g_new0 (AtomFTYP, 1); in atom_ftyp_new() 282 atom_ftyp_free (AtomFTYP * ftyp) in atom_ftyp_free() 1737 atom_ftyp_copy_data (AtomFTYP * ftyp, guint8 ** buffer, guint64 * size, in atom_ftyp_copy_data()
|
D | gstqtmux.c | 2237 gst_qt_mux_prepare_ftyp (GstQTMux * qtmux, AtomFTYP ** p_ftyp, in gst_qt_mux_prepare_ftyp() 2244 AtomFTYP *ftyp = NULL; in gst_qt_mux_prepare_ftyp() 2586 AtomFTYP *ftyp = NULL; in gst_qt_mux_prepare_moov_recovery()
|