Searched refs:defaultSampleValues (Results 1 – 1 of 1) sorted by relevance
875 DefaultSampleValues defaultSampleValues = trackBundle.defaultSampleValues; in parseTfhd() local879 : defaultSampleValues.sampleDescriptionIndex; in parseTfhd()883 : defaultSampleValues.duration; in parseTfhd()887 : defaultSampleValues.size; in parseTfhd()891 : defaultSampleValues.flags; in parseTfhd()946 DefaultSampleValues defaultSampleValues = fragment.header; in parseTrun() local955 int firstSampleFlags = defaultSampleValues.flags; in parseTrun()993 checkNonNegative(sampleDurationsPresent ? trun.readInt() : defaultSampleValues.duration); in parseTrun()995 checkNonNegative(sampleSizesPresent ? trun.readInt() : defaultSampleValues.size); in parseTrun()997 : sampleFlagsPresent ? trun.readInt() : defaultSampleValues.flags; in parseTrun()[all …]