Searched refs:soc_camera_calc_scale (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 338 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp->width); in soc_camera_client_scale() 339 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp->height); in soc_camera_client_scale() 395 scale_h = soc_camera_calc_scale(subrect->width, shift, pix->width); in soc_camera_calc_client_output() 396 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 | 1214 #define calc_generic_scale(in, out) soc_camera_calc_scale(in, 12, out)
|