Lines Matching refs:hw_format
199 .hw_format = RGA_COLOR_FMT_ABGR8888,
208 .hw_format = RGA_COLOR_FMT_XBGR8888,
217 .hw_format = RGA_COLOR_FMT_ABGR8888,
226 .hw_format = RGA_COLOR_FMT_XBGR8888,
235 .hw_format = RGA_COLOR_FMT_RGB888,
244 .hw_format = RGA_COLOR_FMT_RGB888,
253 .hw_format = RGA_COLOR_FMT_ABGR4444,
262 .hw_format = RGA_COLOR_FMT_ABGR1555,
271 .hw_format = RGA_COLOR_FMT_BGR565,
280 .hw_format = RGA_COLOR_FMT_YUV420SP,
289 .hw_format = RGA_COLOR_FMT_YUV422SP,
298 .hw_format = RGA_COLOR_FMT_YUV420SP,
307 .hw_format = RGA_COLOR_FMT_YUV422SP,
316 .hw_format = RGA_COLOR_FMT_YUV420P,
325 .hw_format = RGA_COLOR_FMT_YUV422P,
334 .hw_format = RGA_COLOR_FMT_YUV420P,
516 if (fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) in vidioc_try_fmt()