Searched refs:soc_camera_calc_scale (Results 1 – 3 of 3) sorted by relevance
/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 351 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp->width); in soc_camera_client_scale() 352 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp->height); in soc_camera_client_scale() 408 scale_h = soc_camera_calc_scale(subrect->width, shift, pix->width); in soc_camera_calc_client_output() 409 scale_v = soc_camera_calc_scale(subrect->height, shift, pix->height); in soc_camera_calc_client_output()
|
D | soc_scale_crop.h | 31 #define soc_camera_calc_scale(in, shift, out) soc_camera_shift_scale(in, shift, out) macro
|
D | sh_mobile_ceu_camera.c | 1104 #define calc_generic_scale(in, out) soc_camera_calc_scale(in, 12, out)
|