Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Allocator.cc51 std::string pixelFormatString = getPixelFormatString(descriptor.format); in allocate() local
54 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocate()
H A DCrosGralloc4Utils.cc72 std::string pixelFormatString = getPixelFormatString(descriptor.format); in convertToCrosDescriptor() local
73 ALOGE("Failed to convert descriptor. Unsupported format %s", pixelFormatString.c_str()); in convertToCrosDescriptor()
H A DCrosGralloc4Mapper.cc694 std::string pixelFormatString = getPixelFormatString(pixelFormat); in getResolvedDrmFormat() local
696 pixelFormatString.c_str()); in getResolvedDrmFormat()
/aosp_15_r20/external/minigbm/cros_gralloc/aidl/
H A DAllocator.cpp149 const std::string pixelFormatString = ::android::hardware::graphics::common::V1_2::toString( in allocateBuffer() local
156 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocateBuffer()