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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp3571 int32_t propBytes = trackCount > 30 ? 2 : 1; local
3574 increase += (3 + 2 * propBytes) * mNumTiles // 'ispe' + 'hvcC'
3575 + grid * (3 + propBytes) // 'ispe' for grid
3576 + rotate * propBytes; // 'irot' (either on grid or tile)

Completed in 360 milliseconds