Searched refs:r_scale (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 129 const float r_scale, in initializeWhiteBalanceModes() argument 131 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale); in initializeWhiteBalanceModes() 133 value[0] = r_scale; value[1] = 1.0f; value[2] = b_scale; in initializeWhiteBalanceModes() 150 float r_scale = mWhiteBalanceScale[0]; in changeWhiteBalance() local 152 int r = static_cast<float>(YUV2R(y, u, v)) / r_scale; in changeWhiteBalance()
|
D | QemuClient.h | 411 float r_scale,
|
D | QemuClient.cpp | 508 float r_scale, in queryFrame() argument 518 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale, in queryFrame()
|
D | EmulatedCameraDevice.h | 139 const float r_scale,
|