Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h227 unsigned max_line_width; member
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c117 tpg->max_line_width = max_w; in tpg_alloc()
429 if (tpg->scaled_width > tpg->max_line_width) in tpg_s_crop_compose()
430 tpg->scaled_width = tpg->max_line_width; in tpg_s_crop_compose()