/device/generic/goldfish/camera/ |
QemuClient.h | 404 * r_scale, g_scale, b_scale - White balance scale. 415 float b_scale,
|
EmulatedCameraDevice.cpp | 127 const float b_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; 148 float b_scale = mWhiteBalanceScale[2]; local 151 int b = static_cast<float>(YUV2B(y, u, v)) / b_scale;
|
EmulatedCameraDevice.h | 131 * b_scale the scale factor for the B channel in RGB space. 135 const float b_scale);
|
QemuClient.cpp | 509 float b_scale, 517 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_common.cc | 808 const uint32 b_scale = REPEAT8(value & 0xff); local 819 dst_argb[0] = SHADE(b, b_scale); 841 const uint32 b_scale = src_argb1[0]; local 845 dst_argb[0] = SHADE(b, b_scale); [all...] |
/external/libyuv/files/source/ |
row_common.cc | 779 const uint32 b_scale = REPEAT8(value & 0xff); local 790 dst_argb[0] = SHADE(b, b_scale); 812 const uint32 b_scale = src_argb1[0]; local 816 dst_argb[0] = SHADE(b, b_scale); [all...] |