Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp77 int pixelSubIndex = pixelIndex % 4; in getPixelValue() local
83 int low = ((*(pbuf + 4)) >> (pixelSubIndex * 2)) & 0x3; in getPixelValue()
85 int high = *(pbuf + pixelSubIndex); in getPixelValue()