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