/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,
|
/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,
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.cpp | 1724 void GetDRMFormat(uint32_t format, uint32_t flags, uint32_t *drm_format, in GetDRMFormat() argument 1729 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat() 1732 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat() 1735 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat() 1738 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat() 1741 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat() 1746 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat() 1749 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat() 1752 *drm_format = DRM_FORMAT_BGR565; in GetDRMFormat() 1755 *drm_format = DRM_FORMAT_BGR565; in GetDRMFormat() [all …]
|
D | QtiMapper4.cpp | 332 uint32_t drm_format; in getFromBufferDescriptorInfo() local 335 gralloc::GetDRMFormat(format, private_handle_t::PRIV_FLAGS_UBWC_ALIGNED, &drm_format, in getFromBufferDescriptorInfo() 338 gralloc::GetDRMFormat(format, 0, &drm_format, &drm_format_modifier); in getFromBufferDescriptorInfo() 342 android::gralloc4::encodePixelFormatFourCC(drm_format, &out)); in getFromBufferDescriptorInfo()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.cpp | 1844 void GetDRMFormat(uint32_t format, uint32_t flags, uint32_t *drm_format, in GetDRMFormat() argument 1849 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat() 1852 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat() 1855 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat() 1858 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat() 1861 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat() 1866 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat() 1869 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat() 1872 *drm_format = DRM_FORMAT_BGR565; in GetDRMFormat() 1875 *drm_format = DRM_FORMAT_BGR565; in GetDRMFormat() [all …]
|
D | QtiMapper4.cpp | 332 uint32_t drm_format; in getFromBufferDescriptorInfo() local 335 gralloc::GetDRMFormat(format, private_handle_t::PRIV_FLAGS_UBWC_ALIGNED, &drm_format, in getFromBufferDescriptorInfo() 338 gralloc::GetDRMFormat(format, 0, &drm_format, &drm_format_modifier); in getFromBufferDescriptorInfo() 342 android::gralloc4::encodePixelFormatFourCC(drm_format, &out)); in getFromBufferDescriptorInfo()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 128 static void GetDRMFormat(LayerBufferFormat format, uint32_t *drm_format, in GetDRMFormat() argument 132 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat() 135 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat() 139 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat() 142 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat() 145 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat() 148 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat() 151 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat() 155 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat() 158 *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() 672 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument 675 switch (drm_format) { in GetSDMFormat()
|
D | hw_info_drm.h | 60 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 170 static void GetDRMFormat(LayerBufferFormat format, uint32_t *drm_format, in GetDRMFormat() argument 174 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat() 177 *drm_format = DRM_FORMAT_ABGR8888; in GetDRMFormat() 181 *drm_format = DRM_FORMAT_ABGR1555; in GetDRMFormat() 184 *drm_format = DRM_FORMAT_ABGR4444; in GetDRMFormat() 187 *drm_format = DRM_FORMAT_ARGB8888; in GetDRMFormat() 190 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat() 193 *drm_format = DRM_FORMAT_XBGR8888; in GetDRMFormat() 197 *drm_format = DRM_FORMAT_XRGB8888; in GetDRMFormat() 200 *drm_format = DRM_FORMAT_BGR888; in GetDRMFormat() [all …]
|
D | hw_info_drm.cpp | 316 std::pair<uint32_t, uint64_t> drm_format = it.first; in GetSystemInfo() local 317 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 323 std::pair<uint32_t, uint64_t> drm_format = it.first; in GetSystemInfo() local 324 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 701 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument 704 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/sm7250/display/libdrmutils/ |
D | drm_master.h | 43 uint32_t drm_format = 0; member
|
D | drm_master.cpp | 110 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 | 109 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,
|