Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h182 unsigned max_line_width; member
Dvivid-tpg.c123 tpg->max_line_width = max_w; in tpg_alloc()
376 if (tpg->scaled_width > tpg->max_line_width) in tpg_s_crop_compose()
377 tpg->scaled_width = tpg->max_line_width; in tpg_s_crop_compose()