Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/tpg/
Dv4l2-tpg.h200 unsigned twopixelsize[TPG_MAX_PLANES]; member
433 return tpg->twopixelsize[plane]; in tpg_g_twopixelsize()
440 tpg->twopixelsize[plane] / 2; in tpg_hdiv()
469 unsigned plane_w = bpl * tpg->twopixelsize[p] / tpg->twopixelsize[0]; in tpg_s_bytesperline()
502 unsigned plane_w = bpl * tpg->twopixelsize[p] / tpg->twopixelsize[0]; in tpg_calc_line_width()
/Linux-v5.4/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c355 tpg->twopixelsize[0] = 2; in tpg_s_fourcc()
392 tpg->twopixelsize[0] = 2 * 2; in tpg_s_fourcc()
397 tpg->twopixelsize[0] = 2 * 3; in tpg_s_fourcc()
416 tpg->twopixelsize[0] = 2 * 4; in tpg_s_fourcc()
430 tpg->twopixelsize[0] = 2; in tpg_s_fourcc()
431 tpg->twopixelsize[1] = 2; in tpg_s_fourcc()
445 tpg->twopixelsize[0] = 4; in tpg_s_fourcc()
446 tpg->twopixelsize[1] = 4; in tpg_s_fourcc()
457 tpg->twopixelsize[0] = 2; in tpg_s_fourcc()
458 tpg->twopixelsize[1] = 2; in tpg_s_fourcc()
[all …]