Home | History | Annotate | Download | only in camera

Lines Matching refs:mStatSize

6255     mStatSize = sizeof(uint32_t)* HISTOGRAM_STATS_SIZE;
6261 int32_t mAlignedStatSize = ((mStatSize + page_size_minus_1) & (~page_size_minus_1));
6266 mStatSize,
6277 mStatsMapped[cnt]=mGetMemory(-1, mStatSize,1,mCallbackCookie);