/external/qemu/android/camera/ |
camera-format-converters.h | 56 * r_scale, g_scale, b_scale - White balance scale.
69 float g_scale,
|
camera-capture.h | 76 * r_scale, g_scale, b_scale - White balance scale. 89 float g_scale,
|
camera-format-converters.c | 289 float g_scale, 293 int g = (float)(YUV2G((int)*y, (int)*u, (int)*v)) / g_scale; 310 float g_scale, 314 *g = (float)*g / g_scale; 327 float g_scale, 331 *g = (float)*g / g_scale; [all...] |
camera-capture-mac.m | 135 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp; 275 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp 300 r_scale, g_scale, b_scale, exp_comp); 470 float g_scale, 487 return [mcd->device read_frame:framebuffers:fbs_num:r_scale:g_scale:b_scale:exp_comp];
|
camera-capture-windows.c | 553 float g_scale, 572 r_scale, g_scale, b_scale, exp_comp); 583 float g_scale, 638 r_scale, g_scale, b_scale, exp_comp); 646 float g_scale, 668 g_scale, b_scale, exp_comp) : 670 g_scale, b_scale, exp_comp);
|
camera-service.c | 1005 float r_scale = 1.0f, g_scale = 1.0f, b_scale = 1.0f, exp_comp = 1.0f; local [all...] |
camera-capture-linux.c | [all...] |
/device/generic/goldfish/camera/ |
QemuClient.h | 404 * r_scale, g_scale, b_scale - White balance scale. 414 float g_scale,
|
QemuClient.cpp | 508 float g_scale, 517 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale,
|
/external/libyuv/files/source/ |
row_common.cc | 1180 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local [all...] |
/external/chromium_org/third_party/libyuv/source/ |
row_common.cc | 753 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local 764 dst_argb[1] = SHADE(g, g_scale); 786 const uint32 g_scale = src_argb1[1]; local 790 dst_argb[1] = SHADE(g, g_scale); [all...] |