Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/
H A Ddrm_utils.h24 #define is_drm_fourcc(format) (((format >> 24) & 0xff) && \ macro
/OK3568_Linux_fs/external/linux-rga/core/utils/
H A Dutils.cpp37 if (is_drm_fourcc(ex_format)) in convert_to_rga_format()