Searched refs:soc_camera_calc_scale (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.h31 #define soc_camera_calc_scale(in, shift, out) soc_camera_shift_scale(in, shift, out) macro
H A Dsoc_scale_crop.c333 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp.width); soc_camera_client_scale()
334 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp.height); soc_camera_client_scale()
390 scale_h = soc_camera_calc_scale(subrect->width, shift, pix->width); soc_camera_calc_client_output()
391 scale_v = soc_camera_calc_scale(subrect->height, shift, pix->height); soc_camera_calc_client_output()
H A Dsh_mobile_ceu_camera.c1197 #define calc_generic_scale(in, out) soc_camera_calc_scale(in, 12, out)

Completed in 161 milliseconds