Searched refs:tfhd (Results 1 – 6 of 6) sorted by relevance
82 …final TrackFragmentHeaderBox tfhd = ((TrackFragmentBox) trun.getParent()).getTrackFragmentHeaderBo… in Mp4TrackImpl() local94 if (tfhd.hasDefaultSampleDuration()) { in Mp4TrackImpl()95 … decodingTimeEntries.add(new TimeToSampleBox.Entry(1, tfhd.getDefaultSampleDuration())); in Mp4TrackImpl()117 if (tfhd.hasDefaultSampleFlags()) { in Mp4TrackImpl()118 sampleFlags = tfhd.getDefaultSampleFlags(); in Mp4TrackImpl()
128 for (TrackFragmentHeaderBox tfhd : trackFragmentHeaderBoxes) { in SampleList()129 if (tfhd.getTrackId() == trackId) { in SampleList()197 …final TrackFragmentHeaderBox tfhd = ((TrackFragmentBox) trun.getParent()).getTrackFragmentHeaderBo… in getOffsets() local207 if (tfhd.hasDefaultSampleSize()) { in getOffsets()208 sampleSize = tfhd.getDefaultSampleSize(); in getOffsets()
75 const TrackFragmentHeader& tfhd, in PopulateSampleInfo() argument83 } else if (tfhd.default_sample_size > 0) { in PopulateSampleInfo()84 sample_info->size = tfhd.default_sample_size; in PopulateSampleInfo()91 } else if (tfhd.default_sample_duration > 0) { in PopulateSampleInfo()92 sample_info->duration = tfhd.default_sample_duration; in PopulateSampleInfo()107 } else if (tfhd.has_default_sample_flags) { in PopulateSampleInfo()108 flags = tfhd.default_sample_flags; in PopulateSampleInfo()
139 … final TrackFragmentHeaderBox tfhd = ((TrackFragmentBox) getParent()).getTrackFragmentHeaderBox(); in getTrackExtendsBox() local140 final List<MovieBox> movieBoxes = tfhd.getIsoFile().getBoxes(MovieBox.class); in getTrackExtendsBox()148 if (aTrex.getTrackId() == tfhd.getTrackId()) { in getTrackExtendsBox()
239 TrackFragmentHeaderBox tfhd = new TrackFragmentHeaderBox();242 tfhd.setDefaultSampleFlags(sf);243 tfhd.setBaseDataOffset(-1);244 tfhd.setTrackId(track.getTrackMetaData().getTrackId());245 return tfhd;
158 tfhd=com.coremedia.iso.boxes.fragment.TrackFragmentHeaderBox() key