Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/src/
H A Ddrm_utils.cpp25 const static std::unordered_map<uint32_t, uint32_t> drm_fourcc_table = { variable
83 auto entry = drm_fourcc_table.find(drm_fourcc); in get_format_from_drm_fourcc()
84 if (entry == drm_fourcc_table.end()) in get_format_from_drm_fourcc()