Home
last modified time | relevance | path

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

/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.cc428 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor() local
429 drv_log("Failed to convert descriptor. Unsupported fomat %s\n", pixelFormatString.c_str()); in convertToCrosDescriptor()
DCrosGralloc4Mapper.cc589 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat() local
591 pixelFormatString.c_str()); in getResolvedDrmFormat()