Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.h16 std::string getPixelFormatString(android::hardware::graphics::common::V1_2::PixelFormat format);
DCrosGralloc4Allocator.cc57 std::string pixelFormatString = getPixelFormatString(descriptor.format); in allocate()
DCrosGralloc4Utils.cc32 std::string getPixelFormatString(PixelFormat format) { in getPixelFormatString() function
327 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor()
DCrosGralloc4Mapper.cc636 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat()
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Utils.h14 std::string getPixelFormatString(android::hardware::graphics::common::V1_2::PixelFormat format);
DCrosGralloc3Utils.cc28 std::string getPixelFormatString(PixelFormat format) { in getPixelFormatString() function
336 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor()
DCrosGralloc3Allocator.cc58 std::string pixelFormatString = getPixelFormatString(descriptor.format); in allocate()
DCrosGralloc3Mapper.cc461 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat()