Home
last modified time | relevance | path

Searched refs:get_format_from_drm_fourcc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/
H A Ddrm_utils.h29 uint32_t get_format_from_drm_fourcc(uint32_t drm_fourcc);
/OK3568_Linux_fs/external/linux-rga/core/utils/
H A Dutils.cpp38 return get_format_from_drm_fourcc(ex_format); in convert_to_rga_format()
/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/src/
H A Ddrm_utils.cpp82 uint32_t get_format_from_drm_fourcc(uint32_t drm_fourcc) { in get_format_from_drm_fourcc() function