• Home
  • Raw
  • Download

Lines Matching refs:mdhd

1185 atom_mdhd_init (AtomMDHD * mdhd)  in atom_mdhd_init()  argument
1189 atom_full_init (&mdhd->header, FOURCC_mdhd, 0, 0, 0, flags); in atom_mdhd_init()
1190 common_time_info_init (&mdhd->time_info); in atom_mdhd_init()
1194 mdhd->language_code = language_code ("und"); in atom_mdhd_init()
1195 mdhd->quality = 0; in atom_mdhd_init()
1199 atom_mdhd_clear (AtomMDHD * mdhd) in atom_mdhd_clear() argument
1201 atom_full_clear (&mdhd->header); in atom_mdhd_clear()
1209 atom_mdhd_init (&mdia->mdhd); in atom_mdia_init()
1218 atom_mdhd_clear (&mdia->mdhd); in atom_mdia_clear()
2714 atom_mdhd_copy_data (AtomMDHD * mdhd, guint8 ** buffer, guint64 * size, in atom_mdhd_copy_data() argument
2719 if (!atom_full_copy_data (&mdhd->header, buffer, size, offset)) { in atom_mdhd_copy_data()
2723 if (!common_time_info_copy_data (&mdhd->time_info, in atom_mdhd_copy_data()
2724 atom_full_get_version (&mdhd->header) == 0, buffer, size, offset)) { in atom_mdhd_copy_data()
2728 prop_copy_uint16 (mdhd->language_code, buffer, size, offset); in atom_mdhd_copy_data()
2729 prop_copy_uint16 (mdhd->quality, buffer, size, offset); in atom_mdhd_copy_data()
2744 if (!atom_mdhd_copy_data (&mdia->mdhd, buffer, size, offset)) { in atom_mdia_copy_data()
3359 return trak->mdia.mdhd.time_info.timescale; in atom_trak_get_timescale()
3435 trak->mdia.mdhd.time_info.duration = in atom_trak_update_duration()
3437 if (trak->mdia.mdhd.time_info.timescale != 0) { in atom_trak_update_duration()
3439 gst_util_uint64_scale_round (trak->mdia.mdhd.time_info.duration, in atom_trak_update_duration()
3440 moov_timescale, trak->mdia.mdhd.time_info.timescale); in atom_trak_update_duration()
3470 trak->mdia.mdhd.time_info.duration = duration; in timecode_atom_trak_set_duration()
3471 trak->mdia.mdhd.time_info.timescale = timescale; in timecode_atom_trak_set_duration()
4063 trak->mdia.mdhd.time_info.timescale = trak_timescale; in atom_trak_add_timecode_entry()
4158 trak->mdia.mdhd.time_info.timescale = rate; in atom_trak_set_audio_commons()
4166 trak->mdia.mdhd.time_info.timescale = rate; in atom_trak_set_video_commons()
4175 trak->mdia.mdhd.time_info.timescale = 1000; in atom_trak_set_subtitle_commons()
4283 trak->mdia.mdhd.time_info.timescale = trak_timescale; in atom_trak_set_caption_type()