Home
last modified time | relevance | path

Searched refs:kFormatBGRA8888 (Results 1 – 25 of 48) sorted by relevance

12

/hardware/qcom/sdm845/display/sdm/libs/utils/
Dformats.cpp78 case kFormatBGRA8888: return "BGRA_8888"; in GetFormatString()
137 case kFormatBGRA8888: in GetBufferFormatBpp()
/hardware/qcom/display/msm8996/sdm/libs/utils/
Dformats.cpp75 case kFormatBGRA8888: return "BGRA_8888"; in GetFormatString()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Dformats.cpp75 case kFormatBGRA8888: return "BGRA_8888"; in GetFormatString()
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Dformats.cpp77 case kFormatBGRA8888: return "BGRA_8888"; in GetFormatString()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Dformats.cpp77 case kFormatBGRA8888: return "BGRA_8888"; in GetFormatString()
/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_buffer.h67 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. enumerator
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dlayer_buffer.h58 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. enumerator
/hardware/qcom/display/msm8909/sdm/include/core/
Dlayer_buffer.h58 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. enumerator
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_buffer.h58 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. enumerator
/hardware/qcom/sdm845/display/sdm/include/core/
Dlayer_buffer.h63 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. enumerator
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp196 case kFormatBGRA8888: *target = HAL_PIXEL_FORMAT_BGRA_8888; break; in SetBufferInfo()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp188 case kFormatBGRA8888: in SetBufferInfo()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp182 case kFormatBGRA8888: in SetBufferInfo()
Dhwc_layers.cpp386 format = kFormatBGRA8888; in GetSDMFormat()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp364 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat()
505 fmts.push_back(kFormatBGRA8888); in GetSDMFormat()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp351 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat()
492 fmts.push_back(kFormatBGRA8888); in GetSDMFormat()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp353 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat()
492 fmts.push_back(kFormatBGRA8888); in GetSDMFormat()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp208 case kFormatBGRA8888: *target = HAL_PIXEL_FORMAT_BGRA_8888; break; in SetBufferInfo()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp224 case kFormatBGRA8888: in SetBufferInfo()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp208 case kFormatBGRA8888: *target = HAL_PIXEL_FORMAT_BGRA_8888; break; in SetBufferInfo()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp200 case kFormatBGRA8888: in SetBufferInfo()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_info_drm.cpp442 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat()
583 fmts.push_back(kFormatBGRA8888); in GetSDMFormat()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp238 case kFormatBGRA8888: in SetBufferInfo()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.cpp528 case kFormatBGRA8888: *target = MDP_BGRA_8888; break; in SetFormat()
584 case kFormatBGRA8888: in SetStride()
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_info.cpp441 case MDP_BGRA_8888: return kFormatBGRA8888; in GetSDMFormat()

12