/device/generic/goldfish/camera/ |
QemuClient.h | 404 * r_scale, g_scale, b_scale - White balance scale. 413 float r_scale,
|
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;
|
EmulatedCameraDevice.h | 130 * r_scale the scale factor for the R channel in RGB space 134 const float r_scale,
|
QemuClient.cpp | 507 float r_scale, 517 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale,
|
/external/libyuv/files/source/ |
row_common.cc | 1181 const uint32 r_scale = REPEAT8((value >> 16) & 0xff); local [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_common.cc | 810 const uint32 r_scale = REPEAT8((value >> 16) & 0xff); local 821 dst_argb[2] = SHADE(r, r_scale); 843 const uint32 r_scale = src_argb1[2]; local 847 dst_argb[2] = SHADE(r, r_scale); [all...] |