Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/tpg/
H A Dv4l2-tpg.h423 static inline unsigned tpg_g_planes(const struct tpg_data *tpg) in tpg_g_planes() function
470 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_s_bytesperline()
487 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_g_line_width()
503 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_calc_line_width()
514 if (plane >= tpg_g_planes(tpg)) in tpg_calc_plane_size()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c452 for (p = 0; p < tpg_g_planes(tpg); p++) { in vivid_fillbuff()
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2644 for (i = 0; i < tpg_g_planes(tpg); i++) { in tpg_fillbuffer()