Searched refs:soc_camera_shift_scale (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.h | 25 static inline unsigned int soc_camera_shift_scale(unsigned int size, in soc_camera_shift_scale() function 31 #define soc_camera_calc_scale(in, shift, out) soc_camera_shift_scale(in, shift, out)
|
D | soc_scale_crop.c | 364 *width = soc_camera_shift_scale(subrect->width, shift, scale_h); in soc_camera_client_scale() 365 *height = soc_camera_shift_scale(subrect->height, shift, scale_v); in soc_camera_client_scale() 419 mf->width = soc_camera_shift_scale(rect->width, shift, scale_h); in soc_camera_calc_client_output() 420 mf->height = soc_camera_shift_scale(rect->height, shift, scale_v); in soc_camera_calc_client_output()
|
D | sh_mobile_ceu_camera.c | 1104 #define scale_down(size, scale) soc_camera_shift_scale(size, 12, scale)
|