Searched refs:color_swap (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/platform/rockchip/rga/ |
H A D | rga.c | 196 .color_swap = RGA_COLOR_RB_SWAP, 205 .color_swap = RGA_COLOR_RB_SWAP, 214 .color_swap = RGA_COLOR_NONE_SWAP, 223 .color_swap = RGA_COLOR_RB_SWAP, 232 .color_swap = RGA_COLOR_RB_SWAP, 241 .color_swap = RGA_COLOR_RB_SWAP, 250 .color_swap = RGA_COLOR_RB_SWAP, 259 .color_swap = RGA_COLOR_UV_SWAP, 268 .color_swap = RGA_COLOR_UV_SWAP, 277 .color_swap = RGA_COLOR_NONE_SWAP, [all …]
|
H A D | rga.h | 22 u8 color_swap; member
|
H A 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()
|