Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Allocator.cc58 std::string pixelFormatString = getPixelFormatString(descriptor.format); in allocate() local
61 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocate()
DCrosGralloc3Utils.cc336 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor() local
337 drv_log("Failed to convert descriptor. Unsupported format %s\n", pixelFormatString.c_str()); in convertToCrosDescriptor()
DCrosGralloc3Mapper.cc461 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat() local
463 pixelFormatString.c_str()); in getResolvedDrmFormat()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc57 std::string pixelFormatString = getPixelFormatString(descriptor.format); in allocate() local
60 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocate()
DCrosGralloc4Utils.cc327 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor() local
328 drv_log("Failed to convert descriptor. Unsupported format %s\n", pixelFormatString.c_str()); in convertToCrosDescriptor()
DCrosGralloc4Mapper.cc636 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat() local
638 pixelFormatString.c_str()); in getResolvedDrmFormat()