Home
last modified time | relevance | path

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

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