Home
last modified time | relevance | path

Searched refs:noise_profile (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1390 double noise_profile[2 * 4] = { in CalculateAndAppendNoiseProfile() local
1393 result->Set(ANDROID_SENSOR_NOISE_PROFILE, noise_profile, in CalculateAndAppendNoiseProfile()
1394 ARRAY_SIZE(noise_profile)); in CalculateAndAppendNoiseProfile()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7627 double noise_profile[2 * gCamCapability[mCameraId]->num_color_channels]; in translateFromHalMetadata() local
7629 noise_profile[i] = noise_profile_S; in translateFromHalMetadata()
7630 noise_profile[i+1] = noise_profile_O; in translateFromHalMetadata()
7634 camMetadata.update(ANDROID_SENSOR_NOISE_PROFILE, noise_profile, in translateFromHalMetadata()