Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga-hw.c211 if (ctx->in.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
212 if (ctx->out.fmt->hw_format < RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
226 if (ctx->out.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
Drga-hw.h95 #define RGA_COLOR_FMT_YUV422SP 8 macro
Drga.c289 .hw_format = RGA_COLOR_FMT_YUV422SP,
307 .hw_format = RGA_COLOR_FMT_YUV422SP,
516 if (fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) in vidioc_try_fmt()