Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/lib/colorchecker/
Dcolorchecker.cpp55 mWidth(width), mHeight(height), pData(data) { in ImageField()
60 pId.p = pData + (y * mWidth + x ) * totalChannels; in operator ()()
72 const unsigned char *pData; member in ImageField