HomeSort by relevance Sort by last modified time
    Searched refs:blackLevel (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
raw_converter.rs 34 ushort4 blackLevelPattern; // Blacklevel to subtract for each channel, given in CFA order
204 // Blacklevel subtract, and normalize each pixel in the outputArray, and apply the
206 static void linearizeAndGainmap(uint x, uint y, ushort4 blackLevel, int whiteLevel,
211 uint index = (i & 1) | ((j & 1) << 1); // bits [0,1] are blacklevel offset
222 bl = blackLevel.x;
226 bl = blackLevel.y;
230 bl = blackLevel.z;
234 bl = blackLevel.w;
239 bl = blackLevel.x;
243 bl = blackLevel.y
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 328 BlackLevelPattern blackLevel = mCollector.expectKeyValueNotNull(c,
330 if (blackLevel != null) {
332 blackLevel.copyTo(blackLevelPattern, /*offset*/0);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 926 // Set blacklevel tags
930 const uint32_t* blackLevel = reinterpret_cast<const uint32_t*>(entry.data.i32);
931 BAIL_IF_INVALID(writer->addEntry(TAG_BLACKLEVEL, entry.count, blackLevel, TIFF_IFD_0), env,
    [all...]

Completed in 68 milliseconds