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

/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.h25 static inline unsigned int soc_camera_shift_scale(unsigned int size, soc_camera_shift_scale() function
31 #define soc_camera_calc_scale(in, shift, out) soc_camera_shift_scale(in, shift, out)
H A Dsoc_scale_crop.c349 *width = soc_camera_shift_scale(subrect->width, shift, scale_h); soc_camera_client_scale()
350 *height = soc_camera_shift_scale(subrect->height, shift, scale_v); soc_camera_client_scale()
404 mf->width = soc_camera_shift_scale(rect->width, shift, scale_h); soc_camera_calc_client_output()
405 mf->height = soc_camera_shift_scale(rect->height, shift, scale_v); soc_camera_calc_client_output()
H A Dsh_mobile_ceu_camera.c1213 #define scale_down(size, scale) soc_camera_shift_scale(size, 12, scale)

Completed in 128 milliseconds