Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.h16 std::string getDrmFormatString(uint32_t drmFormat);
DCrosGralloc4Allocator.cc56 std::string drmFormatString = getDrmFormatString(crosDescriptor.drm_format); in allocate()
DCrosGralloc4Utils.cc32 std::string getDrmFormatString(uint32_t drmFormat) { in getDrmFormatString() function
DCrosGralloc4Mapper.cc605 std::string drmFormatString = getDrmFormatString(drmFormat); in getResolvedDrmFormat()