Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/rockchip/rga/
Drga-hw.h87 #define RGA_COLOR_FMT_YUV422SP 8 macro
99 (((fmt) >= RGA_COLOR_FMT_YUV422SP) && ((fmt) < RGA_COLOR_FMT_CP_1BPP))
101 ((fmt) < RGA_COLOR_FMT_YUV422SP)
Drga.c278 .hw_format = RGA_COLOR_FMT_YUV422SP,
296 .hw_format = RGA_COLOR_FMT_YUV422SP,
505 if (fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) in vidioc_try_fmt()