/device/generic/goldfish/camera/ |
EmulatedCameraDevice.cpp | 126 const float r_scale, 128 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale); 130 value[0] = r_scale; value[1] = 1.0f; value[2] = b_scale; 147 float r_scale = mWhiteBalanceScale[0]; local 149 int r = static_cast<float>(YUV2R(y, u, v)) / r_scale;
|
/external/qemu/android/camera/ |
camera-service.c | 1005 float r_scale = 1.0f, g_scale = 1.0f, b_scale = 1.0f, exp_comp = 1.0f; local [all...] |
/external/libyuv/files/source/ |
row_common.cc | 1181 const uint32 r_scale = REPEAT8((value >> 16) & 0xff); local [all...] |