Searched refs:TPG_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance
/drivers/media/platform/vivid/ |
D | vivid-tpg.h | 93 #define TPG_MAX_PLANES 3 macro 150 u8 vdownsampling[TPG_MAX_PLANES]; 151 u8 hdownsampling[TPG_MAX_PLANES]; 156 unsigned hmask[TPG_MAX_PLANES]; 159 u8 textfg[TPG_MAX_PLANES][8], textbg[TPG_MAX_PLANES][8]; 161 unsigned twopixelsize[TPG_MAX_PLANES]; 162 unsigned bytesperline[TPG_MAX_PLANES]; 189 u8 *lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; 190 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; 191 u8 *random_line[TPG_MAX_PLANES]; [all …]
|
D | vivid-core.h | 83 u8 vdownsampling[TPG_MAX_PLANES]; 87 u32 data_offset[TPG_MAX_PLANES]; 88 u32 bit_depth[TPG_MAX_PLANES]; 338 unsigned bytesperline_out[TPG_MAX_PLANES];
|
D | vivid-tpg.c | 125 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() 901 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() 1444 u8 pix[TPG_MAX_PLANES][8]; in tpg_precalculate_line() 1617 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() 1624 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4() 1631 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6() 1638 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8() [all …]
|
D | vivid-kthread-cap.c | 233 unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) in plane_vaddr() argument 425 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff()
|