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

  /device/generic/goldfish/camera/
QemuClient.h 402 * r_scale, g_scale, b_scale - White balance scale.
413 float b_scale,
EmulatedCameraDevice.cpp 130 const float b_scale) {
131 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale);
133 value[0] = r_scale; value[1] = 1.0f; value[2] = b_scale;
151 float b_scale = mWhiteBalanceScale[2]; local
154 int b = static_cast<float>(YUV2B(y, u, v)) / b_scale;
EmulatedCameraDevice.h 136 * b_scale the scale factor for the B channel in RGB space.
140 const float b_scale);
QemuClient.cpp 510 float b_scale,
518 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale,
  /external/libvpx/libvpx/third_party/libyuv/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...]
  /external/libyuv/files/source/
row_common.cc 771 const uint32 b_scale = REPEAT8(value & 0xff); local
782 dst_argb[0] = SHADE(b, b_scale);
806 const uint32 b_scale = src_argb1[0]; local
810 dst_argb[0] = SHADE(b, b_scale);
    [all...]

Completed in 369 milliseconds