Searched refs:pPx (Results 1 – 1 of 1) sorted by relevance
406 const CapturedPixel *pPx = NULL; in calcScreenShotCheckSum_() local411 pPx = getCapturedPixel_(i, j); in calcScreenShotCheckSum_()412 SDK_NULL_ASSERT(pPx); in calcScreenShotCheckSum_()413 sum += (u32)(*pPx) * (i + j); in calcScreenShotCheckSum_()