Searched refs:propBytes (Results 1 – 1 of 1) sorted by relevance
4159 int32_t propBytes = trackCount > 30 ? 2 : 1; in getMetaSizeIncrease() local4162 increase += (3 + 2 * propBytes) * mNumTiles // 'ispe' + 'hvcC' in getMetaSizeIncrease()4163 + grid * (3 + propBytes) // 'ispe' for grid in getMetaSizeIncrease()4164 + rotate * propBytes; // 'irot' (either on grid or tile) in getMetaSizeIncrease()