Searched refs:fourcc_mod_code (Results 1 – 11 of 11) sorted by relevance
| /hardware/google/gchips/gralloc4/src/ |
| D | mali_fourcc.h | 77 #ifndef fourcc_mod_code 78 #define fourcc_mod_code(vendor, val) \ macro 85 #define DRM_FORMAT_MOD_ARM_AFBC(__afbc_mode) fourcc_mod_code(ARM, (__afbc_mode))
|
| /hardware/qcom/sm7250/display/sde-drm/ |
| D | drm_utils.cpp | 76 modifier = fourcc_mod_code(QCOM, fmt_modifier); in ParseFormats()
|
| D | drm_crtc.cpp | 500 modifier = fourcc_mod_code(QCOM, fmt_modifier); in ParseCompRatio()
|
| /hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
| D | hw_info_drm.cpp | 58 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 61 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 64 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| D | hw_device_drm.cpp | 66 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 69 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 72 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
| D | hw_info_drm.cpp | 58 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 61 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 64 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| D | hw_device_drm.cpp | 66 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 69 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 72 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| /hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
| D | hw_info_drm.cpp | 58 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 61 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 64 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| D | hw_device_drm.cpp | 71 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 74 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 77 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| /hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
| D | hw_info_drm.cpp | 58 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 61 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 64 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
| D | hw_device_drm.cpp | 109 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 112 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 115 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|