Searched refs:is_drm_fourcc (Results 1 – 2 of 2) sorted by relevance
24 #define is_drm_fourcc(format) (((format >> 24) & 0xff) && \ macro
37 if (is_drm_fourcc(ex_format)) in convert_to_rga_format()