Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h188 unsigned max_line_width; member
Dvivid-tpg.c123 tpg->max_line_width = max_w; in tpg_alloc()
397 if (tpg->scaled_width > tpg->max_line_width) in tpg_s_crop_compose()
398 tpg->scaled_width = tpg->max_line_width; in tpg_s_crop_compose()