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

  /external/qemu/android/camera/
camera-format-converters.h 56 * r_scale, g_scale, b_scale - White balance scale.
70 float b_scale,
camera-capture.h 76 * r_scale, g_scale, b_scale - White balance scale.
90 float b_scale,
camera-format-converters.c 290 float b_scale)
294 int b = (float)(YUV2B((int)*y, (int)*u, (int)*v)) / b_scale;
311 float b_scale)
315 *b = (float)*b / b_scale;
328 float b_scale)
332 *b = (float)*b / b_scale;
    [all...]
camera-capture-mac.m 123 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp;
263 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp
288 r_scale, g_scale, b_scale, exp_comp);
459 float b_scale,
475 return [mcd->device read_frame:framebuffers:fbs_num:r_scale:g_scale:b_scale:exp_comp];
camera-capture-windows.c 554 float b_scale,
572 r_scale, g_scale, b_scale, exp_comp);
584 float b_scale,
638 r_scale, g_scale, b_scale, exp_comp);
647 float b_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...]
  /development/tools/emulator/system/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;
QemuClient.h 404 * r_scale, g_scale, b_scale - White balance scale.
415 float b_scale,
EmulatedCameraDevice.h 131 * b_scale the scale factor for the B channel in RGB space.
135 const float b_scale);
QemuClient.cpp 509 float b_scale,
517 (pframe && pframe_size) ? pframe_size : 0, r_scale, g_scale, b_scale,

Completed in 84 milliseconds