Searched refs:line_height (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/test-drivers/vimc/ |
D | vimc-sensor.c | 199 const unsigned int line_height = 16; in vimc_sensor_process_frame() local 210 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, in vimc_sensor_process_frame() 218 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 222 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 234 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 411 unsigned line_height = 16 / factor; in vivid_fillbuff() local 492 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 497 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 507 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 512 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 518 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 525 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 530 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 535 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 539 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() [all …]
|