HomeSort by relevance Sort by last modified time
    Searched defs:g_scale (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/camera/
camera-service.c 1005 float r_scale = 1.0f, g_scale = 1.0f, b_scale = 1.0f, exp_comp = 1.0f; local
    [all...]
  /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...]

Completed in 1012 milliseconds