Searched refs:color_swap (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/media/platform/rockchip/rga/ |
| D | rga.c | 198 .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 …]
|
| D | rga.h | 30 u8 color_swap; member
|
| D | rga-hw.c | 207 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()
|