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