/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 98 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 …]
|
D | hw_info_drm.h | 58 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
|
D | hw_info_drm.cpp | 494 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/ |
D | hw_device_drm.cpp | 98 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 …]
|
D | hw_info_drm.h | 57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
|
D | hw_info_drm.cpp | 481 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/ |
D | hw_device_drm.cpp | 106 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 …]
|
D | hw_info_drm.cpp | 288 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()
|
D | hw_info_drm.h | 57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 129 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 …]
|
D | hw_info_drm.cpp | 320 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()
|
D | hw_info_drm.h | 60 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_master.h | 43 uint32_t drm_format = 0; member
|
D | drm_master.cpp | 108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_master.h | 43 uint32_t drm_format = 0; member
|
D | drm_master.cpp | 108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_master.h | 43 uint32_t drm_format = 0; member
|
D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/sdm845/display/libdrmutils/ |
D | drm_master.h | 43 uint32_t drm_format = 0; member
|
D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_master.h | 43 uint32_t drm_format = 0; member
|
D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.h | 57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
|
D | hw_info_drm.cpp | 481 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument 484 switch (drm_format) { in GetSDMFormat()
|