Home
last modified time | relevance | path

Searched refs:propBytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4307 int32_t propBytes = trackCount > 30 ? 2 : 1; in getMetaSizeIncrease() local
4310 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()