Home | History | Annotate | Download | only in camera

Lines Matching refs:mAlignedStatSize

3828         int32_t mAlignedStatSize = ((statSize + page_size_minus_1) & (~page_size_minus_1));
3831 new AshmemPool(mAlignedStatSize, 3, statSize, "stat");