Home
last modified time | relevance | path

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

/hardware/ti/am57x/libhwcomposer/
Dformat.h61 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended);
Dformat.cpp119 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended) in convert_hal_to_drm_format() function
Ddrmfb.cpp44 this->format = convert_hal_to_drm_format(img_hnd->iFormat, true); in DRMFramebuffer()