Searched refs:TPG_MAX_PLANES (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/media/tpg/ |
H A 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]; [all...] |
/kernel/linux/linux-6.6/include/media/tpg/ |
H A 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]; 229 u8 *lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; 230 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.h | 61 u8 vdownsampling[TPG_MAX_PLANES]; 65 u32 data_offset[TPG_MAX_PLANES]; 66 u32 bit_depth[TPG_MAX_PLANES]; 368 unsigned bytesperline_out[TPG_MAX_PLANES];
|
H A D | vivid-kthread-cap.c | 223 unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) in plane_vaddr() 415 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.h | 61 u8 vdownsampling[TPG_MAX_PLANES]; 65 u32 data_offset[TPG_MAX_PLANES]; 66 u32 bit_depth[TPG_MAX_PLANES]; 356 unsigned bytesperline_out[TPG_MAX_PLANES];
|
H A D | vivid-kthread-cap.c | 203 unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) in plane_vaddr() 395 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff()
|
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 120 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 139 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 164 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 174 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 192 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_free() 200 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_free() 1130 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() 1787 u8 pix[TPG_MAX_PLANES][8]; in tpg_precalculate_line() 1960 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() 1967 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][ [all...] |
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 120 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 139 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 164 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 174 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_alloc() 192 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_free() 200 for (plane = 0; plane < TPG_MAX_PLANES; plane++) { in tpg_free() 1134 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() 1793 u8 pix[TPG_MAX_PLANES][8]; in tpg_precalculate_line() 1966 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() 1973 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][ [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-dec.c | 23 u32 p, u32 bpl[TPG_MAX_PLANES], u32 h) in plane_vaddr() 217 u8 *basep[TPG_MAX_PLANES][2]; in visl_tpg_fill()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-sensor.c | 199 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sen_process_frame()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-sensor.c | 200 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sensor_process_frame()
|
Completed in 15 milliseconds