Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-cap.c118 if (sizes[p] < tpg_g_line_width(&dev->tpg, p) * h + in vid_cap_queue_setup()
124 sizes[p] = tpg_g_line_width(&dev->tpg, p) * h + in vid_cap_queue_setup()
161 size = tpg_g_line_width(&dev->tpg, p) * dev->fmt_cap_rect.height + in vid_cap_buf_prepare()
535 tpg_g_line_width(&dev->tpg, p) * mp->height + in vivid_g_fmt_vid_cap()
/Linux-v4.19/include/media/tpg/
Dv4l2-tpg.h478 static inline unsigned tpg_g_line_width(const struct tpg_data *tpg, unsigned plane) in tpg_g_line_width() function