Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c94 tpg->crop.width = tpg->compose.width = w; in tpg_init()
95 tpg->crop.height = tpg->compose.height = h; in tpg_init()
422 const struct v4l2_rect *compose) in tpg_s_crop_compose() argument
425 tpg->compose = *compose; in tpg_s_crop_compose()
426 tpg->scaled_width = (tpg->src_width * tpg->compose.width + in tpg_s_crop_compose()
452 tpg->compose.top = tpg->compose.left = 0; in tpg_reset_source()
453 tpg->compose.width = width; in tpg_reset_source()
454 tpg->compose.height = tpg->buf_height; in tpg_reset_source()
1819 if (y + 16 >= tpg->compose.height || x + 8 >= tpg->compose.width) in tpg_gen_text()
1822 if (len > (tpg->compose.width - x) / 8) in tpg_gen_text()
[all …]
/linux-4.19.296/drivers/s390/char/
Ddefkeymap.map189 compose '^' 'c' to Control_c
190 compose '^' 'd' to Control_d
191 compose '^' 'z' to Control_z
192 compose '^' '\012' to nul
/linux-4.19.296/fs/hfsplus/
Dunicode.c131 int i, len, ustrlen, res, compose; in hfsplus_uni2asc() local
138 compose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_uni2asc()
144 if (likely(compose)) in hfsplus_uni2asc()
180 if (likely(compose)) in hfsplus_uni2asc()
/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h145 struct v4l2_rect compose; member
254 const struct v4l2_rect *compose);