/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/libvpx/libvpx/third_party/libyuv/source/ |
row_common.cc | 809 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local 820 dst_argb[1] = SHADE(g, g_scale); 842 const uint32 g_scale = src_argb1[1]; local 846 dst_argb[1] = SHADE(g, g_scale); [all...] |
/external/libyuv/files/source/ |
row_common.cc | 780 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local 791 dst_argb[1] = SHADE(g, g_scale); 813 const uint32 g_scale = src_argb1[1]; local 817 dst_argb[1] = SHADE(g, g_scale); [all...] |