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

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

Completed in 75 milliseconds