Lines Matching refs:hw_format
191 .hw_format = RGA_COLOR_FMT_ABGR8888,
200 .hw_format = RGA_COLOR_FMT_XBGR8888,
209 .hw_format = RGA_COLOR_FMT_ABGR8888,
218 .hw_format = RGA_COLOR_FMT_XBGR8888,
227 .hw_format = RGA_COLOR_FMT_RGB888,
236 .hw_format = RGA_COLOR_FMT_RGB888,
245 .hw_format = RGA_COLOR_FMT_ABGR4444,
254 .hw_format = RGA_COLOR_FMT_ABGR1555,
263 .hw_format = RGA_COLOR_FMT_BGR565,
272 .hw_format = RGA_COLOR_FMT_YUV420SP,
281 .hw_format = RGA_COLOR_FMT_YUV422SP,
290 .hw_format = RGA_COLOR_FMT_YUV420SP,
299 .hw_format = RGA_COLOR_FMT_YUV422SP,
308 .hw_format = RGA_COLOR_FMT_YUV420P,
317 .hw_format = RGA_COLOR_FMT_YUV422P,
326 .hw_format = RGA_COLOR_FMT_YUV420P,
508 if (fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) in vidioc_try_fmt()