Searched defs:b_scale (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/camera/
H A Dcamera-capture-windows.c554 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);
549 _camera_device_read_frame_callback(WndCameraDevice* wcd, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
579 _camera_device_read_frame_clipboard(WndCameraDevice* wcd, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
642 camera_device_read_frame(CameraDevice* cd, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
H A Dcamera-capture-linux.c975 float b_scale,
1019 r_scale, g_scale, b_scale, exp_comp);
1048 r_scale, g_scale, b_scale, exp_comp);
970 camera_device_read_frame(CameraDevice* ccd, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
H A Dcamera-service.c1005 float r_scale = 1.0f, g_scale = 1.0f, b_scale = 1.0f, exp_comp = 1.0f; local
1028 if (sscanf(tmp, "%g,%g,%g", &r_scale, &g_scale, &b_scale) != 3) {
1030 r_scale = g_scale = b_scale = 1.0f;
1073 r_scale, g_scale, b_scale, exp_comp);
1091 r_scale, g_scale, b_scale, exp_comp);
H A Dcamera-format-converters.c290 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;
1008 float b_scale,
1025 _change_white_balance_RGB_b(&r, &g, &b, r_scale, g_scale, b_scale);
1029 _change_white_balance_RGB_b(&r, &g, &b, r_scale, g_scale, b_scale);
1048 float b_scale,
285 _change_white_balance_YUV(uint8_t* y, uint8_t* u, uint8_t* v, float r_scale, float g_scale, float b_scale) argument
306 _change_white_balance_RGB(int* r, int* g, int* b, float r_scale, float g_scale, float b_scale) argument
323 _change_white_balance_RGB_b(uint8_t* r, uint8_t* g, uint8_t* b, float r_scale, float g_scale, float b_scale) argument
1000 RGBToYUV(const RGBDesc* rgb_fmt, const YUVDesc* yuv_fmt, const void* rgb, void* yuv, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1040 RGBToRGB(const RGBDesc* src_rgb_fmt, const RGBDesc* dst_rgb_fmt, const void* src_rgb, void* dst_rgb, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1068 YUVToRGB(const YUVDesc* yuv_fmt, const RGBDesc* rgb_fmt, const void* yuv, void* rgb, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1110 YUVToYUV(const YUVDesc* src_fmt, const YUVDesc* dst_fmt, const void* src, void* dst, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1155 BAYERToRGB(const BayerDesc* bayer_fmt, const RGBDesc* rgb_fmt, const void* bayer, void* rgb, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1187 BAYERToYUV(const BayerDesc* bayer_fmt, const YUVDesc* yuv_fmt, const void* bayer, void* yuv, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1613 convert_frame(const void* frame, uint32_t pixel_format, size_t framebuffer_size, int width, int height, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
[all...]
/external/libyuv/files/source/
H A Drow_common.cc1179 const uint32 b_scale = REPEAT8(value & 0xff); local
1189 dst_argb[0] = SHADE(b, b_scale);

Completed in 372 milliseconds