/device/generic/goldfish/camera/ |
QemuClient.h | 402 * r_scale, g_scale, b_scale - White balance scale. 411 float r_scale,
|
EmulatedCameraDevice.cpp | 129 const float r_scale, 131 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale); 133 value[0] = r_scale; value[1] = 1.0f; value[2] = b_scale; 150 float r_scale = mWhiteBalanceScale[0]; local 152 int r = static_cast<float>(YUV2R(y, u, v)) / r_scale;
|
EmulatedCameraDevice.h | 135 * r_scale the scale factor for the R channel in RGB space 139 const float r_scale,
|
QemuClient.cpp | 508 float r_scale, 518 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale,
|
/external/ImageMagick/MagickCore/ |
resample.c | [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_common.cc | 781 const uint32 r_scale = REPEAT8((value >> 16) & 0xff); local 792 dst_argb[2] = SHADE(r, r_scale); 814 const uint32 r_scale = src_argb1[2]; local 818 dst_argb[2] = SHADE(r, r_scale); [all...] |
/external/libyuv/files/source/ |
row_common.cc | 773 const uint32 r_scale = REPEAT8((value >> 16) & 0xff); local 784 dst_argb[2] = SHADE(r, r_scale); 808 const uint32 r_scale = src_argb1[2]; local 812 dst_argb[2] = SHADE(r, r_scale); [all...] |