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