Home
last modified time | relevance | path

Searched refs:drm_format (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDrm.cpp25 const char* GetDrmFormatString(uint32_t drm_format) { in GetDrmFormatString() argument
26 switch (drm_format) { in GetDrmFormatString()
131 uint32_t GetDrmFormatBytesPerPixel(uint32_t drm_format) { in GetDrmFormatBytesPerPixel() argument
132 switch (drm_format) { in GetDrmFormatBytesPerPixel()
148 ALOGE("%s: format size unknown %d(%s)", __FUNCTION__, drm_format, in GetDrmFormatBytesPerPixel()
149 GetDrmFormatString(drm_format)); in GetDrmFormatBytesPerPixel()
DDrm.h23 const char* GetDrmFormatString(uint32_t drm_format);
25 uint32_t GetDrmFormatBytesPerPixel(uint32_t drm_format);