Searched refs:AtomMOOV (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 885 } AtomMOOV; typedef 973 AtomMOOV* atom_moov_new (AtomsContext *context); 974 void atom_moov_free (AtomMOOV *moov); 975 guint64 atom_moov_copy_data (AtomMOOV *atom, guint8 **buffer, guint64 *size, guint64* of… 976 void atom_moov_update_timescale (AtomMOOV *moov, guint32 timescale); 977 void atom_moov_update_duration (AtomMOOV *moov); 978 void atom_moov_set_fragmented (AtomMOOV *moov, gboolean fragmented); 979 void atom_moov_chunks_set_offset (AtomMOOV *moov, guint32 offset); 980 void atom_moov_add_trak (AtomMOOV *moov, AtomTRAK *trak); 981 guint atom_moov_get_trak_count (AtomMOOV *moov);
|
D | gstqtmuxmap.c | 300 gst_qt_mux_map_check_tracks (AtomMOOV * moov, gint * _video, gint * _audio, in gst_qt_mux_map_check_tracks() 335 guint32 * _major, guint32 * _version, GList ** _compatible, AtomMOOV * moov, in gst_qt_mux_map_format_to_header()
|
D | gstqtmuxmap.h | 80 GList ** _compatible, AtomMOOV * moov,
|
D | atomsrecovery.h | 141 GstBuffer * prefix, AtomMOOV * moov,
|
D | gstqtmux.h | 280 AtomMOOV *moov;
|
D | atoms.c | 1535 atom_moov_init (AtomMOOV * moov, AtomsContext * context) in atom_moov_init() 1545 AtomMOOV * 1548 AtomMOOV *moov = g_new0 (AtomMOOV, 1); in atom_moov_new() 1577 atom_moov_free (AtomMOOV * moov) in atom_moov_free() 3117 atom_moov_copy_data (AtomMOOV * atom, guint8 ** buffer, guint64 * size, in atom_moov_copy_data() 3375 atom_moov_add_trex (AtomMOOV * moov, AtomTREX * trex) in atom_moov_add_trex() 3398 atom_moov_add_trak (AtomMOOV * moov, AtomTRAK * trak) in atom_moov_add_trak() 3407 atom_moov_get_trak_count (AtomMOOV * moov) in atom_moov_get_trak_count() 3478 atom_moov_get_timescale (AtomMOOV * moov) in atom_moov_get_timescale() 3484 atom_moov_update_timescale (AtomMOOV * moov, guint32 timescale) in atom_moov_update_timescale() [all …]
|
D | atomsrecovery.c | 142 atoms_recov_write_moov_info (FILE * f, AtomMOOV * moov) in atoms_recov_write_moov_info() 238 AtomMOOV * moov, guint32 timescale, guint32 traks_number) in atoms_recov_write_headers()
|