Searched refs:b_scale (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 130 const float b_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() 151 float b_scale = mWhiteBalanceScale[2]; in changeWhiteBalance() local 154 int b = static_cast<float>(YUV2B(y, u, v)) / b_scale; in changeWhiteBalance()
|
D | QemuClient.h | 413 float b_scale,
|
D | QemuClient.cpp | 510 float b_scale, in queryFrame() argument 518 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale, in queryFrame()
|
D | EmulatedCameraDevice.h | 140 const float b_scale);
|