Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/tpg/
H A Dv4l2-tpg.h456 static inline unsigned tpg_g_bytesperline(const struct tpg_data *tpg, unsigned plane) in tpg_g_bytesperline() function
486 return tpg_g_bytesperline(tpg, plane); in tpg_g_line_width()
488 unsigned plane_w = tpg_g_bytesperline(tpg, p); in tpg_g_line_width()
517 return tpg_g_bytesperline(tpg, plane) * tpg->buf_height / in tpg_calc_plane_size()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c549 mp->plane_fmt[p].bytesperline = tpg_g_bytesperline(&dev->tpg, p); in vivid_g_fmt_vid_cap()