Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rs209 static void linearizeAndGainmap(uint x, uint y, ushort4 blackLevel, int whiteLevel,
225 bl = blackLevel.x;
229 bl = blackLevel.y;
233 bl = blackLevel.z;
237 bl = blackLevel.w;
242 bl = blackLevel.x;
246 bl = blackLevel.y;
250 bl = blackLevel.z;
254 bl = blackLevel.w;
259 bl = blackLevel.x;
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java470 BlackLevelPattern blackLevel = mCollector.expectKeyValueNotNull(c, in testStaticRawCharacteristics() local
472 if (blackLevel != null) { in testStaticRawCharacteristics()
473 String blackLevelPatternString = blackLevel.toString(); in testStaticRawCharacteristics()
478 blackLevel.copyTo(blackLevelPattern, /*offset*/0); in testStaticRawCharacteristics()