Searched refs:TPG_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/media/tpg/ |
D | v4l2-tpg.h | 130 #define TPG_MAX_PLANES 3 macro 189 u8 vdownsampling[TPG_MAX_PLANES]; 190 u8 hdownsampling[TPG_MAX_PLANES]; 195 unsigned hmask[TPG_MAX_PLANES]; 198 u8 textfg[TPG_MAX_PLANES][8], textbg[TPG_MAX_PLANES][8]; 200 unsigned twopixelsize[TPG_MAX_PLANES]; 201 unsigned bytesperline[TPG_MAX_PLANES]; 228 u8 *lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; 229 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; 230 u8 *random_line[TPG_MAX_PLANES]; [all …]
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-core.h | 73 u8 vdownsampling[TPG_MAX_PLANES]; 77 u32 data_offset[TPG_MAX_PLANES]; 78 u32 bit_depth[TPG_MAX_PLANES]; 342 unsigned bytesperline_out[TPG_MAX_PLANES];
|
D | vivid-kthread-cap.c | 222 unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) in plane_vaddr() argument 414 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff()
|
/Linux-v4.19/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 119 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 134 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() 1036 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() 1605 u8 pix[TPG_MAX_PLANES][8]; in tpg_precalculate_line() 1778 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() 1785 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4() 1792 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6() 1799 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8() [all …]
|