Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_helpers.h27 std::string get_drm_format_string(uint32_t drm_format);
Dcros_gralloc_helpers.cc94 std::string get_drm_format_string(uint32_t drm_format) in get_drm_format_string() function
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Allocator.cc57 std::string drmFormatString = get_drm_format_string(crosDescriptor.drm_format); in allocate()
DCrosGralloc3Mapper.cc296 std::string format = get_drm_format_string(crosHandle->format); in lockYCbCr()
477 std::string drmFormatString = get_drm_format_string(drmFormat); in getResolvedDrmFormat()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc56 std::string drmFormatString = get_drm_format_string(crosDescriptor.drm_format); in allocate()
DCrosGralloc4Mapper.cc652 std::string drmFormatString = get_drm_format_string(drmFormat); in getResolvedDrmFormat()