Searched refs:tkhd (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 1224 atom_tkhd_init (AtomTKHD * tkhd, AtomsContext * context) in atom_tkhd_init() argument 1234 atom_full_init (&tkhd->header, FOURCC_tkhd, 0, 0, 0, flags); in atom_tkhd_init() 1236 tkhd->creation_time = tkhd->modification_time = atoms_get_current_qt_time (); in atom_tkhd_init() 1237 tkhd->duration = 0; in atom_tkhd_init() 1238 tkhd->track_ID = 0; in atom_tkhd_init() 1239 tkhd->reserved = 0; in atom_tkhd_init() 1241 tkhd->reserved2[0] = tkhd->reserved2[1] = 0; in atom_tkhd_init() 1242 tkhd->layer = 0; in atom_tkhd_init() 1243 tkhd->alternate_group = 0; in atom_tkhd_init() 1244 tkhd->volume = 0; in atom_tkhd_init() [all …]
|
D | gstqtmux.c | 2426 qtpad->trak->tkhd.modification_time = current_time; in gst_qt_mux_send_moov() 2435 qtpad->trak->tkhd.matrix[0] = 0; in gst_qt_mux_send_moov() 2436 qtpad->trak->tkhd.matrix[1] = 1 << 16; in gst_qt_mux_send_moov() 2437 qtpad->trak->tkhd.matrix[3] = 65535 << 16; in gst_qt_mux_send_moov() 2438 qtpad->trak->tkhd.matrix[4] = 0; in gst_qt_mux_send_moov() 2441 qtpad->trak->tkhd.matrix[0] = 65535 << 16; in gst_qt_mux_send_moov() 2442 qtpad->trak->tkhd.matrix[4] = 65535 << 16; in gst_qt_mux_send_moov() 2445 qtpad->trak->tkhd.matrix[0] = 0; in gst_qt_mux_send_moov() 2446 qtpad->trak->tkhd.matrix[1] = 65535 << 16; in gst_qt_mux_send_moov() 2447 qtpad->trak->tkhd.matrix[3] = 1 << 16; in gst_qt_mux_send_moov() [all …]
|
D | atoms.h | 742 AtomTKHD tkhd; member
|
D | atomsrecovery.c | 215 GST_WRITE_UINT32_BE (data + 0, trak->tkhd.track_ID); in atoms_recov_write_trak_samples()
|
D | qtdemux.c | 10912 GstByteReader tkhd; in qtdemux_parse_trak() local 10943 if (!qtdemux_tree_get_child_by_type_full (trak, FOURCC_tkhd, &tkhd) in qtdemux_parse_trak() 10944 || !gst_byte_reader_get_uint8 (&tkhd, &tkhd_version) in qtdemux_parse_trak() 10945 || !gst_byte_reader_get_uint24_be (&tkhd, &tkhd_flags)) in qtdemux_parse_trak() 10950 if (!gst_byte_reader_skip (&tkhd, value_size * 2) || in qtdemux_parse_trak() 10951 !gst_byte_reader_get_uint32_be (&tkhd, &track_id)) in qtdemux_parse_trak() 11085 if (!gst_byte_reader_skip (&tkhd, 20 + value_size)) in qtdemux_parse_trak() 11088 if (!qtdemux_parse_transformation_matrix (qtdemux, &tkhd, matrix, "tkhd")) in qtdemux_parse_trak() 11091 if (!gst_byte_reader_get_uint32_be (&tkhd, &w) in qtdemux_parse_trak() 11092 || !gst_byte_reader_get_uint32_be (&tkhd, &h)) in qtdemux_parse_trak()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.c | 662 gst_isoff_tkhd_box_parse (GstTkhdBox * tkhd, GstByteReader * reader) in gst_isoff_tkhd_box_parse() argument 666 memset (tkhd, 0, sizeof (*tkhd)); in gst_isoff_tkhd_box_parse() 686 if (!gst_byte_reader_get_uint32_be (reader, &tkhd->track_id)) in gst_isoff_tkhd_box_parse() 721 if (!gst_isoff_tkhd_box_parse (&trak->tkhd, &sub_reader)) in gst_isoff_trak_box_parse()
|
D | gstisoff.h | 222 GstTkhdBox tkhd; member
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 332 fail_unless_equals_int (trak->tkhd.track_id, 2); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 17384 qtmux: round to nearest when computing mehd and tkhd duration 17413 Also, rounding is added to tkhd duration computation too, which 17482 qtmux: Correctly set tkhd width/height to the display size 25720 qtdemux: move parsing of tkhd out of stsd entry loop 49965 qtdemux: parse tkhd transformation matrix and add tags if appropriate 110020 qtdemux: use GstByteReader when parsing tkhd atom
|