Home
last modified time | relevance | path

Searched refs:pPx (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.2.1/build/libraries/ext/common/src/
Dext_scrntest.c406 const CapturedPixel *pPx = NULL; in calcScreenShotCheckSum_() local
411 pPx = getCapturedPixel_(i, j); in calcScreenShotCheckSum_()
412 SDK_NULL_ASSERT(pPx); in calcScreenShotCheckSum_()
413 sum += (u32)(*pPx) * (i + j); in calcScreenShotCheckSum_()