Searched refs:drm_format (Results 1 – 2 of 2) sorted by relevance
25 const char* GetDrmFormatString(uint32_t drm_format) { in GetDrmFormatString() argument26 switch (drm_format) { in GetDrmFormatString()131 uint32_t GetDrmFormatBytesPerPixel(uint32_t drm_format) { in GetDrmFormatBytesPerPixel() argument132 switch (drm_format) { in GetDrmFormatBytesPerPixel()148 ALOGE("%s: format size unknown %d(%s)", __FUNCTION__, drm_format, in GetDrmFormatBytesPerPixel()149 GetDrmFormatString(drm_format)); in GetDrmFormatBytesPerPixel()
23 const char* GetDrmFormatString(uint32_t drm_format);25 uint32_t GetDrmFormatBytesPerPixel(uint32_t drm_format);