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

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

Completed in 57 milliseconds