Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/include/colorchecker/
Dtestingimage.h40 int getPixelValue(int row, int column, int channel) const;
41 Vec3i getPixelValue(int row, int column) const;
42 Vec3i getPixelValue(const Vec2i &pixelPosition) const;
43 Vec3i getPixelValue(const Vec2f &pixelPosition) const;
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp67 int getPixelValue(unsigned char* buf, in getPixelValue() function
179 int pixelValue = getPixelValue(buf, statsFormat, pixelIndex); in computeSingleCellStats()