Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java226 int mInputHeight; field in RawConverter.ConverterKernel
287 mInputHeight = inputHeight; in set_rawHeight()
350 float interpY = (((float) y) / mInputHeight) * mGainMapHeight; in getGain()
748 if (yP == mInputHeight - 1) yP = mInputHeight - 2; in convert_RAW_To_ARGB()
784 for (int j = 0; j < mInputHeight; j++) { in forEach_convert_RAW_To_ARGB()