Searched defs:perChannelNoiseProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp925 * perChannelNoiseProfile - numChannels * 2 noise profile coefficients.
929 * the perChannelNoiseProfile and cfa arguments, respectively.
936 static status_t generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, argument
948 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
949 noiseProfile[S] = perChannelNoiseProfile[c * 2];
950 noiseProfile[O] = perChannelNoiseProfile[c * 2 + 1];

Completed in 11 milliseconds