Searched refs:stco64 (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 860 atom_stco64_clear (AtomSTCO64 * stco64) in atom_stco64_clear() argument 862 atom_full_clear (&stco64->header); in atom_stco64_clear() 863 atom_array_clear (&stco64->entries); in atom_stco64_clear() 895 atom_co64_init (&stbl->stco64); in atom_stbl_init() 913 atom_stco64_clear (&stbl->stco64); in atom_stbl_clear() 2423 atom_stco64_copy_data (AtomSTCO64 * stco64, guint8 ** buffer, guint64 * size, in atom_stco64_copy_data() argument 2433 (stco64->max_offset + stco64->chunk_offset) > G_MAXUINT32; in atom_stco64_copy_data() 2436 stco64->header.header.type = FOURCC_co64; in atom_stco64_copy_data() 2438 stco64->header.header.type = FOURCC_stco; in atom_stco64_copy_data() 2440 if (!atom_full_copy_data (&stco64->header, buffer, size, offset)) { in atom_stco64_copy_data() [all …]
|
D | atomsrecovery.c | 878 if (!atom_stco64_copy_data (&stbl->stco64, NULL, NULL, &offset)) { in trak_recov_data_get_trak_atom_size() 925 if (!atom_stco64_copy_data (&stbl->stco64, &buffer, &size, &offset)) { in moov_recov_get_stbl_children_data() 1040 atom_stco64_chunks_set_offset (&trak->stbl.stco64, offset); in moov_recov_write_file()
|
D | atoms.h | 602 AtomSTCO64 stco64; member 987 void atom_stco64_chunks_set_offset (AtomSTCO64 * stco64, guint32 offset);
|
D | gstqtmux.c | 4098 n = stbl->stco64.entries.len; in gst_qt_mux_stop_file() 4100 guint64 *entry = &atom_array_index (&stbl->stco64.entries, i); in gst_qt_mux_stop_file() 4103 stbl->stco64.entries.len = i + 1; in gst_qt_mux_stop_file() 4140 stbl->stco64.entries.len--; in gst_qt_mux_stop_file() 4149 stbl->stco64.entries.len = 0; in gst_qt_mux_stop_file()
|