Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/cros_gralloc/
H A Dcros_gralloc_helpers.h67 std::string get_drm_format_string(uint32_t drm_format);
H A Dcros_gralloc_helpers.cc214 std::string get_drm_format_string(uint32_t drm_format) in get_drm_format_string() function
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Allocator.cc50 std::string drmFormatString = get_drm_format_string(crosDescriptor.drm_format); in allocate()
H A DCrosGralloc4Mapper.cc709 std::string drmFormatString = get_drm_format_string(drmFormat); in getResolvedDrmFormat()
/aosp_15_r20/external/minigbm/cros_gralloc/aidl/
H A DAllocator.cpp148 get_drm_format_string(descriptor.drm_format); in allocateBuffer()