Home | History | Annotate | Download | only in camera

Lines Matching refs:statSize

3801         int statSize = sizeof (camera_preview_histogram_info );
3802 int32_t mAlignedStatSize = ((statSize + page_size_minus_1) & (~page_size_minus_1));
3805 new AshmemPool(mAlignedStatSize, 3, statSize, "stat");