Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.h24 int convertToDrmFormat(android::hardware::graphics::common::V1_2::PixelFormat format,
DCrosGralloc4Utils.cc278 int convertToDrmFormat(PixelFormat format, uint32_t* outDrmFormat) { in convertToDrmFormat() function
427 if (convertToDrmFormat(descriptor.format, &outCrosDescriptor->drm_format)) { in convertToCrosDescriptor()
DCrosGralloc4Mapper.cc588 if (convertToDrmFormat(pixelFormat, &drmFormat)) { in getResolvedDrmFormat()