Home
last modified time | relevance | path

Searched refs:color_swap (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga.c198 .color_swap = RGA_COLOR_RB_SWAP,
207 .color_swap = RGA_COLOR_RB_SWAP,
216 .color_swap = RGA_COLOR_ALPHA_SWAP,
225 .color_swap = RGA_COLOR_ALPHA_SWAP,
234 .color_swap = RGA_COLOR_NONE_SWAP,
243 .color_swap = RGA_COLOR_RB_SWAP,
252 .color_swap = RGA_COLOR_RB_SWAP,
261 .color_swap = RGA_COLOR_RB_SWAP,
270 .color_swap = RGA_COLOR_RB_SWAP,
279 .color_swap = RGA_COLOR_UV_SWAP,
[all …]
Drga.h30 u8 color_swap; member
Drga-hw.c207 src_info.data.swap = ctx->in.fmt->color_swap; in rga_cmd_set_trans_info()
209 dst_info.data.swap = ctx->out.fmt->color_swap; in rga_cmd_set_trans_info()