Home
last modified time | relevance | path

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

/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c351 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()
Dsoc_scale_crop.h31 #define soc_camera_calc_scale(in, shift, out) soc_camera_shift_scale(in, shift, out) macro
Dsh_mobile_ceu_camera.c1104 #define calc_generic_scale(in, out) soc_camera_calc_scale(in, 12, out)