Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp98 static void GetDRMFormat(LayerBufferFormat format, uint32_t *drm_format, in GetDRMFormat() argument
102 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
105 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
109 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat()
112 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat()
115 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat()
118 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
121 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
125 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat()
128 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat()
[all …]
Dhw_info_drm.h58 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
Dhw_info_drm.cpp494 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
497 switch (drm_format) { in GetSDMFormat()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp98 static void GetDRMFormat(LayerBufferFormat format, uint32_t *drm_format, in GetDRMFormat() argument
102 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
105 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
109 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat()
112 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat()
115 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat()
118 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
121 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
125 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat()
128 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat()
[all …]
Dhw_info_drm.h57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
Dhw_info_drm.cpp481 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
484 switch (drm_format) { in GetSDMFormat()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.cpp106 static void GetDRMFormat(LayerBufferFormat format, uint32_t *drm_format, in GetDRMFormat() argument
110 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
113 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
117 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat()
120 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat()
123 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat()
126 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
129 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
133 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat()
136 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat()
[all …]
Dhw_info_drm.cpp288 std::pair<uint32_t, uint64_t> drm_format = it.first; in GetSystemInfo() local
289 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo()
295 std::pair<uint32_t, uint64_t> drm_format = it.first; in GetSystemInfo() local
296 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo()
572 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
575 switch (drm_format) { in GetSDMFormat()
Dhw_info_drm.h57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp129 static void GetDRMFormat(LayerBufferFormat format, uint32_t *drm_format, in GetDRMFormat() argument
133 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
136 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat()
140 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat()
143 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat()
146 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat()
149 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
152 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat()
156 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat()
159 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat()
[all …]
Dhw_info_drm.cpp320 std::pair<uint32_t, uint64_t> drm_format = it.first; in GetSystemInfo() local
321 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo()
327 std::pair<uint32_t, uint64_t> drm_format = it.first; in GetSystemInfo() local
328 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo()
659 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
662 switch (drm_format) { in GetSDMFormat()
Dhw_info_drm.h60 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_master.h43 uint32_t drm_format = 0; member
Ddrm_master.cpp108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_master.h43 uint32_t drm_format = 0; member
Ddrm_master.cpp108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_master.h43 uint32_t drm_format = 0; member
Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_master.h43 uint32_t drm_format = 0; member
Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_master.h43 uint32_t drm_format = 0; member
Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.h57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
Dhw_info_drm.cpp481 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
484 switch (drm_format) { in GetSDMFormat()