Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/tpg/
Dv4l2-tpg.h421 static inline unsigned tpg_g_planes(const struct tpg_data *tpg) in tpg_g_planes() function
468 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_s_bytesperline()
485 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_g_line_width()
501 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_calc_line_width()
512 if (plane >= tpg_g_planes(tpg)) in tpg_calc_plane_size()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-kthread-cap.c457 for (p = 0; p < tpg_g_planes(tpg); p++) { in vivid_fillbuff()
/Linux-v4.19/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2464 for (i = 0; i < tpg_g_planes(tpg); i++) { in tpg_fillbuffer()