Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/
DBufferInfoGetter.h43 static bool IsDrmFormatRgb(uint32_t drm_format);
DBufferInfoGetter.cpp99 bool BufferInfoGetter::IsDrmFormatRgb(uint32_t drm_format) { in IsDrmFormatRgb() function in android::BufferInfoGetter
DBufferInfoMapperMetadata.cpp53 if (IsDrmFormatRgb(bo->format)) { in GetFds()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMaliHisi.cpp85 is_rgb = IsDrmFormatRgb(fmt); in ConvertBoInfo()