Searched refs:drm_fourcc_table (Results 1 – 1 of 1) sorted by relevance
25 const static std::unordered_map<uint32_t, uint32_t> drm_fourcc_table = { variable83 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()