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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2StillCaptureTest.java 497 Pair<Double, Double>[] noiseProfile = mCollector.expectKeyValueNotNull("NoiseProfile",
499 if (noiseProfile != null) {
500 mCollector.expectEquals("NoiseProfile length", noiseProfile.length,
502 for (Pair<Double, Double> p : noiseProfile) {
503 mCollector.expectTrue("NoiseProfile coefficients " + p +
  /hardware/google/easel/amber/camera/include/
HdrPlusTypes.h 335 std::array<std::array<double, 2>, 4> noiseProfile; // android.sensor.noiseProfile
368 metadatautils::appendArrayArrayToString(strOut, "noiseProfile", noiseProfile);
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 940 * numPlanes - the number of planes in planeColors and pairs of coefficients in noiseProfile.
941 * noiseProfile - 2 * numPlanes doubles containing numPlanes pairs of noise profile coefficients.
947 /*out*/double* noiseProfile) {
953 noiseProfile[S] = 0;
954 noiseProfile[O] = 0;
957 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
958 noiseProfile[S] = perChannelNoiseProfile[c * 2];
959 noiseProfile[O] = perChannelNoiseProfile[c * 2 + 1];
964 ALOGE("%s: No valid NoiseProfile coefficients for color plane %zu",
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
StillCaptureTest.java     [all...]
  /external/dng_sdk/source/
dng_negative.h     [all...]

Completed in 214 milliseconds