Searched refs:line_height (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/test-drivers/visl/ |
D | visl-dec.c | 334 const u32 line_height = 16; in visl_tpg_fill() local 354 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 360 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 369 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, line_str); in visl_tpg_fill() 387 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 398 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 406 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 430 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]); in visl_tpg_fill() 449 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 460 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() [all …]
|
/linux-6.12.1/drivers/media/test-drivers/vimc/ |
D | vimc-sensor.c | 183 const unsigned int line_height = 16; in vimc_sensor_process_frame() local 194 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, in vimc_sensor_process_frame() 202 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 205 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 217 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
|
/linux-6.12.1/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 392 unsigned line_height = 16 / factor; in vivid_fillbuff() local 495 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 500 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 510 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 515 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 521 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 528 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 533 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 538 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 542 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() [all …]
|