Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Utils.cc32 std::string getPixelFormatString(PixelFormat format) { in getPixelFormatString() function
72 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor()
H A DCrosGralloc4Utils.h17 std::string getPixelFormatString(android::hardware::graphics::common::V1_2::PixelFormat format);
H A DCrosGralloc4Allocator.cc51 std::string pixelFormatString = getPixelFormatString(descriptor.format); in allocate()
H A DCrosGralloc4Mapper.cc694 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat()