Searched refs:soc_camera_limit_side (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 144 soc_camera_limit_side(&rect->left, &rect->width, sdsel.r.left, 2, in soc_camera_client_s_selection() 146 soc_camera_limit_side(&rect->top, &rect->height, sdsel.r.top, 4, in soc_camera_client_s_selection()
|
/Linux-v4.19/include/media/ |
D | soc_camera.h | 336 static inline void soc_camera_limit_side(int *start, int *length, in soc_camera_limit_side() function
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | mt9m001.c | 199 soc_camera_limit_side(&rect.left, &rect.width, in mt9m001_set_selection() 202 soc_camera_limit_side(&rect.top, &rect.height, in mt9m001_set_selection()
|
D | mt9v022.c | 300 soc_camera_limit_side(&rect.left, &rect.width, in mt9v022_set_selection() 303 soc_camera_limit_side(&rect.top, &rect.height, in mt9v022_set_selection()
|
D | mt9t112.c | 346 soc_camera_limit_side(left, width, 0, 0, MAX_WIDTH); in mt9t112_frame_check() 347 soc_camera_limit_side(top, height, 0, 0, MAX_HEIGHT); in mt9t112_frame_check()
|
D | rj54n1cb0c.c | 557 soc_camera_limit_side(&dummy, &input_w, in rj54n1_set_selection() 560 soc_camera_limit_side(&dummy, &input_h, in rj54n1_set_selection()
|
/Linux-v4.19/drivers/staging/media/mt9t031/ |
D | mt9t031.c | 312 soc_camera_limit_side(&rect.left, &rect.width, in mt9t031_set_selection() 315 soc_camera_limit_side(&rect.top, &rect.height, in mt9t031_set_selection()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | soc-camera.rst | 111 soc_camera_limit_side() can be used to restrict beginning and length of a frame
|