Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/rockchip/rga/
Drga-hw.c203 if (ctx->in.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
204 if (ctx->out.fmt->hw_format < RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
218 if (ctx->out.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
Drga-hw.h87 #define RGA_COLOR_FMT_YUV422SP 8 macro
Drga.c281 .hw_format = RGA_COLOR_FMT_YUV422SP,
299 .hw_format = RGA_COLOR_FMT_YUV422SP,
508 if (fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) in vidioc_try_fmt()