Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h168 unsigned perc_fill; member
477 unsigned perc_fill) in tpg_s_perc_fill() argument
479 tpg->perc_fill = perc_fill; in tpg_s_perc_fill()
484 return tpg->perc_fill; in tpg_g_perc_fill()
Dvivid-kthread-cap.c259 unsigned hmax = (img_height * tpg->perc_fill) / 100; in vivid_copy_buffer()
Dvivid-tpg.c115 tpg->perc_fill = 100; in tpg_init()
2205 params.hmax = (tpg->compose.height * tpg->perc_fill) / 100; in tpg_fill_plane_buffer()