Searched refs:fourcc_mod_code (Results 1 – 9 of 9) 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()
|
/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)
|
/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 | 73 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 76 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 79 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 69 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 72 #define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) 75 #define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4)
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
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)
|