Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dsoc_camera.h338 unsigned int length_min, unsigned int length_max) in soc_camera_limit_side() argument
342 else if (*length > length_max) in soc_camera_limit_side()
343 *length = length_max; in soc_camera_limit_side()
347 else if (*start > start_min + length_max - *length) in soc_camera_limit_side()
348 *start = start_min + length_max - *length; in soc_camera_limit_side()