Searched refs:r_scale (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 126 const float r_scale, in initializeWhiteBalanceModes() argument 128 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale); in initializeWhiteBalanceModes() 130 value[0] = r_scale; value[1] = 1.0f; value[2] = b_scale; in initializeWhiteBalanceModes() 147 float r_scale = mWhiteBalanceScale[0]; in changeWhiteBalance() local 149 int r = static_cast<float>(YUV2R(y, u, v)) / r_scale; in changeWhiteBalance()
|
D | QemuClient.h | 413 float r_scale,
|
D | EmulatedCameraDevice.h | 134 const float r_scale,
|
D | QemuClient.cpp | 507 float r_scale, in queryFrame() argument 517 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale, in queryFrame()
|