Home
last modified time | relevance | path

Searched refs:IS_BIT_SET (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.cpp124 if (IS_BIT_SET(debug_flags_, tag)) { in Info()
132 if (IS_BIT_SET(debug_flags_, tag)) { in Debug()
140 if (IS_BIT_SET(debug_flags_, tag) && verbose_level_) { in Verbose()
Dhwc_session.cpp980 if (IS_BIT_SET(bit_mask_display_type, HWC_DISPLAY_PRIMARY)) { in SetMaxMixerStages()
989 if (IS_BIT_SET(bit_mask_display_type, HWC_DISPLAY_EXTERNAL)) { in SetMaxMixerStages()
998 if (IS_BIT_SET(bit_mask_display_type, HWC_DISPLAY_VIRTUAL)) { in SetMaxMixerStages()
1050 if (IS_BIT_SET(bit_mask_display_type, HWC_DISPLAY_PRIMARY)) { in SetFrameDumpConfig()
1056 if (IS_BIT_SET(bit_mask_display_type, HWC_DISPLAY_EXTERNAL)) { in SetFrameDumpConfig()
1062 if (IS_BIT_SET(bit_mask_display_type, HWC_DISPLAY_VIRTUAL)) { in SetFrameDumpConfig()
/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h55 #define IS_BIT_SET(value, bit) (value & (1 << (bit))) macro
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_hdmi.cpp222 if (IS_BIT_SET(attrib[index].s3d_config, s3d_mode)) { in GetBestConfig()
229 if (!IS_BIT_SET(attrib[index].s3d_config, s3d_mode)) in GetBestConfig()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp74 if (IS_BIT_SET(mode->pixel_formats, 1)) { in MapHDMIDisplayTiming()
326 if (IS_BIT_SET(attrib.s3d_config, (HWS3DMode)mode)) { in SetDisplayAttributes()
Dhw_info.cpp498 if (IS_BIT_SET(format_supported[mdp_format >> 3], (mdp_format & 7))) { in PopulateSupportedFormatMap()