Searched refs:noiseProfile (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2StillCaptureTest.java | 497 Pair<Double, Double>[] noiseProfile = mCollector.expectKeyValueNotNull("NoiseProfile", in verifyRawCaptureResult() local 499 if (noiseProfile != null) { in verifyRawCaptureResult() 500 mCollector.expectEquals("NoiseProfile length", noiseProfile.length, in verifyRawCaptureResult() 502 for (Pair<Double, Double> p : noiseProfile) { in verifyRawCaptureResult()
|
/aosp12/hardware/google/easel/amber/camera/include/ |
H A D | HdrPlusTypes.h | 335 std::array<std::array<double, 2>, 4> noiseProfile; // android.sensor.noiseProfile member 368 metadatautils::appendArrayArrayToString(strOut, "noiseProfile", noiseProfile); in appendToString()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 1039 /*out*/double* noiseProfile) { in generateNoiseProfile() argument 1045 noiseProfile[S] = 0; in generateNoiseProfile() 1046 noiseProfile[O] = 0; in generateNoiseProfile() 1049 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) { in generateNoiseProfile() 1050 noiseProfile[S] = perChannelNoiseProfile[c * 2]; in generateNoiseProfile() 1051 noiseProfile[O] = perChannelNoiseProfile[c * 2 + 1]; in generateNoiseProfile() 1922 double noiseProfile[numPlaneColors * 2]; in DngCreator_setup() local 1931 cfaPlaneColor, numPlaneColors, /*out*/ noiseProfile)) == OK) { in DngCreator_setup() 1934 numPlaneColors * 2, noiseProfile, TIFF_IFD_0), env, TAG_NOISEPROFILE, in DngCreator_setup()
|
/aosp12/hardware/interfaces/camera/metadata/3.2/ |
H A D | types.hal | 1296 /** android.sensor.noiseProfile [dynamic, double[], public]
|