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

  /device/generic/goldfish/camera/
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;
  /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...]

Completed in 225 milliseconds