Home
last modified time | relevance | path

Searched refs:TPG_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h93 #define TPG_MAX_PLANES 3 macro
144 u8 vdownsampling[TPG_MAX_PLANES];
145 u8 hdownsampling[TPG_MAX_PLANES];
150 unsigned hmask[TPG_MAX_PLANES];
153 u8 textfg[TPG_MAX_PLANES][8], textbg[TPG_MAX_PLANES][8];
155 unsigned twopixelsize[TPG_MAX_PLANES];
156 unsigned bytesperline[TPG_MAX_PLANES];
183 u8 *lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES];
184 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES];
185 u8 *random_line[TPG_MAX_PLANES];
[all …]
Dvivid-core.h84 u8 vdownsampling[TPG_MAX_PLANES];
88 u32 data_offset[TPG_MAX_PLANES];
89 u32 bit_depth[TPG_MAX_PLANES];
337 unsigned bytesperline_out[TPG_MAX_PLANES];
Dvivid-tpg.c125 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc()
138 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc()
160 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_free()
168 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_free()
823 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix()
1279 u8 pix[TPG_MAX_PLANES][8]; in tpg_precalculate_line()
1398 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text()
1643 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
Dvivid-kthread-cap.c233 unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) in plane_vaddr() argument
425 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff()