Searched refs:color_swap (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/media/platform/rockchip/rga/ |
D | rga.c | 190 .color_swap = RGA_COLOR_RB_SWAP, 199 .color_swap = RGA_COLOR_RB_SWAP, 208 .color_swap = RGA_COLOR_ALPHA_SWAP, 217 .color_swap = RGA_COLOR_ALPHA_SWAP, 226 .color_swap = RGA_COLOR_NONE_SWAP, 235 .color_swap = RGA_COLOR_RB_SWAP, 244 .color_swap = RGA_COLOR_RB_SWAP, 253 .color_swap = RGA_COLOR_RB_SWAP, 262 .color_swap = RGA_COLOR_RB_SWAP, 271 .color_swap = RGA_COLOR_UV_SWAP, [all …]
|
D | rga.h | 22 u8 color_swap; member
|
D | rga-hw.c | 199 src_info.data.swap = ctx->in.fmt->color_swap; in rga_cmd_set_trans_info() 201 dst_info.data.swap = ctx->out.fmt->color_swap; in rga_cmd_set_trans_info()
|