Home
last modified time | relevance | path

Searched refs:drm_format_modifier (Results 1 – 25 of 34) sorted by relevance

12

/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp481 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
489 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat()
498 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat()
516 fmts.push_back(drm_format_modifier ? kFormatBGR565Ubwc : kFormatRGB565); in GetSDMFormat()
522 fmts.push_back(drm_format_modifier ? kFormatRGBA1010102Ubwc : kFormatRGBA1010102); in GetSDMFormat()
528 fmts.push_back(drm_format_modifier ? kFormatRGBX1010102Ubwc : kFormatRGBX1010102); in GetSDMFormat()
549 if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
552 } else if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
555 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_COMPRESSED) { in GetSDMFormat()
557 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_DX) { in GetSDMFormat()
Dhw_device_drm.cpp99 uint64_t *drm_format_modifier) { in GetDRMFormat() argument
106 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
122 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
138 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
145 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
155 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
180 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
190 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
194 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetDRMFormat()
199 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetDRMFormat()
[all …]
Dhw_info_drm.h57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp494 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
502 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat()
511 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat()
529 fmts.push_back(drm_format_modifier ? kFormatBGR565Ubwc : kFormatRGB565); in GetSDMFormat()
535 fmts.push_back(drm_format_modifier ? kFormatRGBA1010102Ubwc : kFormatRGBA1010102); in GetSDMFormat()
541 fmts.push_back(drm_format_modifier ? kFormatRGBX1010102Ubwc : kFormatRGBX1010102); in GetSDMFormat()
562 if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
565 } else if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
568 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_COMPRESSED) { in GetSDMFormat()
570 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_DX) { in GetSDMFormat()
Dhw_device_drm.cpp99 uint64_t *drm_format_modifier) { in GetDRMFormat() argument
106 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
122 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
138 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
145 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
155 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
180 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
190 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
194 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetDRMFormat()
199 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetDRMFormat()
[all …]
Dhw_info_drm.h58 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp481 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
489 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat()
498 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat()
516 fmts.push_back(drm_format_modifier ? kFormatBGR565Ubwc : kFormatBGR565); in GetSDMFormat()
522 fmts.push_back(drm_format_modifier ? kFormatRGBA1010102Ubwc : kFormatRGBA1010102); in GetSDMFormat()
528 fmts.push_back(drm_format_modifier ? kFormatRGBX1010102Ubwc : kFormatRGBX1010102); in GetSDMFormat()
553 if (drm_format_modifier) { in GetSDMFormat()
Dhw_info_drm.h57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_master.h44 uint64_t drm_format_modifier = 0; member
Ddrm_master.cpp114 drm_buffer.drm_format_modifier); in CreateFbId()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_master.h44 uint64_t drm_format_modifier = 0; member
Ddrm_master.cpp114 drm_buffer.drm_format_modifier); in CreateFbId()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.cpp672 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
680 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat()
689 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat()
707 fmts.push_back(drm_format_modifier ? kFormatBGR565Ubwc : kFormatRGB565); in GetSDMFormat()
713 fmts.push_back(drm_format_modifier ? kFormatRGBA1010102Ubwc : kFormatRGBA1010102); in GetSDMFormat()
719 fmts.push_back(drm_format_modifier ? kFormatRGBX1010102Ubwc : kFormatRGBX1010102); in GetSDMFormat()
740 if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
743 } else if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
746 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_COMPRESSED) { in GetSDMFormat()
748 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_DX) { in GetSDMFormat()
Dhw_info_drm.h60 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
Dhw_device_drm.cpp129 uint64_t *drm_format_modifier) { in GetDRMFormat() argument
136 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
152 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
168 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
175 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
185 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
210 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
214 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_TILE; in GetDRMFormat()
225 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
229 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetDRMFormat()
[all …]
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_master.h44 uint64_t drm_format_modifier = 0; member
Ddrm_master.cpp115 drm_buffer.drm_format_modifier); in CreateFbId()
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_master.h44 uint64_t drm_format_modifier = 0; member
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_master.h44 uint64_t drm_format_modifier = 0; member
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp701 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier, in GetSDMFormat() argument
709 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat()
718 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat()
736 fmts.push_back(drm_format_modifier ? kFormatBGR565Ubwc : kFormatRGB565); in GetSDMFormat()
742 fmts.push_back(drm_format_modifier ? kFormatRGBA1010102Ubwc : kFormatRGBA1010102); in GetSDMFormat()
748 fmts.push_back(drm_format_modifier ? kFormatRGBX1010102Ubwc : kFormatRGBX1010102); in GetSDMFormat()
769 if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
772 } else if (drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED | in GetSDMFormat()
775 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_COMPRESSED) { in GetSDMFormat()
777 } else if (drm_format_modifier == DRM_FORMAT_MOD_QCOM_DX) { in GetSDMFormat()
Dhw_info_drm.h60 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp1725 uint64_t *drm_format_modifier) { in GetDRMFormat() argument
1743 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1757 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1762 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1770 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1793 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1795 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_TILE; in GetDRMFormat()
1807 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
1812 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
1814 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_TILE | DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
[all …]
DQtiMapper4.cpp333 uint64_t drm_format_modifier; in getFromBufferDescriptorInfo() local
336 &drm_format_modifier); in getFromBufferDescriptorInfo()
338 gralloc::GetDRMFormat(format, 0, &drm_format, &drm_format_modifier); in getFromBufferDescriptorInfo()
345 android::gralloc4::encodePixelFormatModifier(drm_format_modifier, &out)); in getFromBufferDescriptorInfo()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp1845 uint64_t *drm_format_modifier) { in GetDRMFormat() argument
1863 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1877 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1882 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1890 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1913 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED; in GetDRMFormat()
1915 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_TILE; in GetDRMFormat()
1927 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
1932 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED | DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
1934 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_TILE | DRM_FORMAT_MOD_QCOM_DX; in GetDRMFormat()
[all …]
DQtiMapper4.cpp333 uint64_t drm_format_modifier; in getFromBufferDescriptorInfo() local
336 &drm_format_modifier); in getFromBufferDescriptorInfo()
338 gralloc::GetDRMFormat(format, 0, &drm_format, &drm_format_modifier); in getFromBufferDescriptorInfo()
345 android::gralloc4::encodePixelFormatModifier(drm_format_modifier, &out)); in getFromBufferDescriptorInfo()

12