/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 286 std::vector<LayerBufferFormat> sdm_format; in GetSystemInfo() local 289 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 291 sdm_format.clear(); in GetSystemInfo() 296 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 298 sdm_format.clear(); in GetSystemInfo() 438 void HWInfoDRM::GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format) { in GetSDMFormat() argument 481 default: *sdm_format = kFormatInvalid; in GetSDMFormat() 490 LayerBufferFormat sdm_format = kFormatInvalid; in GetRotatorFormatsForType() local 491 GetSDMFormat(fmtdesc.pixelformat, &sdm_format); in GetRotatorFormatsForType() 492 if (sdm_format != kFormatInvalid) { in GetRotatorFormatsForType() [all …]
|
H A D | hw_info_drm.h | 59 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 360 void HWInfoDRM::GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format) { in GetSDMFormat() argument 362 case SDE_PIX_FMT_ARGB_8888: *sdm_format = kFormatARGB8888; break; in GetSDMFormat() 363 case SDE_PIX_FMT_RGBA_8888: *sdm_format = kFormatRGBA8888; break; in GetSDMFormat() 364 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat() 365 case SDE_PIX_FMT_RGBX_8888: *sdm_format = kFormatRGBX8888; break; in GetSDMFormat() 366 case SDE_PIX_FMT_BGRX_8888: *sdm_format = kFormatBGRX8888; break; in GetSDMFormat() 403 default: *sdm_format = kFormatInvalid; in GetSDMFormat() 412 LayerBufferFormat sdm_format = kFormatInvalid; in GetRotatorFormatsForType() local 413 GetSDMFormat(fmtdesc.pixelformat, &sdm_format); in GetRotatorFormatsForType() 414 if (sdm_format != kFormatInvalid) { in GetRotatorFormatsForType() [all …]
|
H A D | hw_info_drm.h | 60 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 347 void HWInfoDRM::GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format) { in GetSDMFormat() argument 349 case SDE_PIX_FMT_ARGB_8888: *sdm_format = kFormatARGB8888; break; in GetSDMFormat() 350 case SDE_PIX_FMT_RGBA_8888: *sdm_format = kFormatRGBA8888; break; in GetSDMFormat() 351 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat() 352 case SDE_PIX_FMT_RGBX_8888: *sdm_format = kFormatRGBX8888; break; in GetSDMFormat() 353 case SDE_PIX_FMT_BGRX_8888: *sdm_format = kFormatBGRX8888; break; in GetSDMFormat() 390 default: *sdm_format = kFormatInvalid; in GetSDMFormat() 399 LayerBufferFormat sdm_format = kFormatInvalid; in GetRotatorFormatsForType() local 400 GetSDMFormat(fmtdesc.pixelformat, &sdm_format); in GetRotatorFormatsForType() 401 if (sdm_format != kFormatInvalid) { in GetRotatorFormatsForType() [all …]
|
H A D | hw_info_drm.h | 59 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 349 void HWInfoDRM::GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format) { in GetSDMFormat() argument 351 case SDE_PIX_FMT_ARGB_8888: *sdm_format = kFormatARGB8888; break; in GetSDMFormat() 352 case SDE_PIX_FMT_RGBA_8888: *sdm_format = kFormatRGBA8888; break; in GetSDMFormat() 353 case SDE_PIX_FMT_BGRA_8888: *sdm_format = kFormatBGRA8888; break; in GetSDMFormat() 354 case SDE_PIX_FMT_RGBX_8888: *sdm_format = kFormatRGBX8888; break; in GetSDMFormat() 355 case SDE_PIX_FMT_BGRX_8888: *sdm_format = kFormatBGRX8888; break; in GetSDMFormat() 390 default: *sdm_format = kFormatInvalid; in GetSDMFormat() 399 LayerBufferFormat sdm_format = kFormatInvalid; in GetRotatorFormatsForType() local 400 GetSDMFormat(fmtdesc.pixelformat, &sdm_format); in GetRotatorFormatsForType() 401 if (sdm_format != kFormatInvalid) { in GetRotatorFormatsForType() [all …]
|
H A D | hw_info_drm.h | 59 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 318 std::vector<LayerBufferFormat> sdm_format; in GetSystemInfo() local 321 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 322 hw_resource->comp_ratio_rt_map.insert(std::make_pair(sdm_format[0], it.second)); in GetSystemInfo() 323 sdm_format.clear(); in GetSystemInfo() 328 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 330 sdm_format.clear(); in GetSystemInfo() 576 default: *sdm_format = kFormatInvalid; in GetSDMFormat() 585 LayerBufferFormat sdm_format = kFormatInvalid; in GetRotatorFormatsForType() local 586 GetSDMFormat(fmtdesc.pixelformat, &sdm_format); in GetRotatorFormatsForType() 587 if (sdm_format != kFormatInvalid) { in GetRotatorFormatsForType() [all …]
|
H A D | hw_info_drm.h | 62 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 314 std::vector<LayerBufferFormat> sdm_format; in GetSystemInfo() local 317 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 318 hw_resource->comp_ratio_rt_map.insert(std::make_pair(sdm_format[0], it.second)); in GetSystemInfo() 319 sdm_format.clear(); in GetSystemInfo() 324 GetSDMFormat(drm_format.first, drm_format.second, &sdm_format); in GetSystemInfo() 326 sdm_format.clear(); in GetSystemInfo() 604 default: *sdm_format = kFormatInvalid; in GetSDMFormat() 613 LayerBufferFormat sdm_format = kFormatInvalid; in GetRotatorFormatsForType() local 614 GetSDMFormat(fmtdesc.pixelformat, &sdm_format); in GetRotatorFormatsForType() 615 if (sdm_format != kFormatInvalid) { in GetRotatorFormatsForType() [all …]
|
H A D | hw_info_drm.h | 62 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 517 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format)); in PopulateSupportedFormatMap() local 518 if (sdm_format != kFormatInvalid) { in PopulateSupportedFormatMap() 519 supported_sdm_formats.push_back(sdm_format); in PopulateSupportedFormatMap()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 513 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format)); in PopulateSupportedFormatMap() local 514 if (sdm_format != kFormatInvalid) { in PopulateSupportedFormatMap() 515 supported_sdm_formats.push_back(sdm_format); in PopulateSupportedFormatMap()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 495 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format)); in PopulateSupportedFormatMap() local 496 if (sdm_format != kFormatInvalid) { in PopulateSupportedFormatMap() 497 supported_sdm_formats.push_back(sdm_format); in PopulateSupportedFormatMap()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 512 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format)); in PopulateSupportedFormatMap() local 513 if (sdm_format != kFormatInvalid) { in PopulateSupportedFormatMap() 514 supported_sdm_formats.push_back(sdm_format); in PopulateSupportedFormatMap()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 512 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format)); in PopulateSupportedFormatMap() local 513 if (sdm_format != kFormatInvalid) { in PopulateSupportedFormatMap() 514 supported_sdm_formats.push_back(sdm_format); in PopulateSupportedFormatMap()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 517 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format)); in PopulateSupportedFormatMap() local 518 if (sdm_format != kFormatInvalid) { in PopulateSupportedFormatMap() 519 supported_sdm_formats.push_back(sdm_format); in PopulateSupportedFormatMap()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_session_services.cpp | 1219 LayerBufferFormat sdm_format = HWCLayer::GetSDMFormat(hal_format, flag); in IsRotatorSupportedFormat() local 1221 *supported = hwc_session_->core_intf_->IsRotatorSupportedFormat(sdm_format); in IsRotatorSupportedFormat()
|
H A D | hwc_display.cpp | 1031 LayerBufferFormat sdm_format = HWCLayer::GetSDMFormat(format, 0); in GetClientTargetSupport() local 1032 if (display_intf_->GetClientTargetSupport(width, height, sdm_format, in GetClientTargetSupport()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_display.cpp | 766 LayerBufferFormat sdm_format = GetSDMFormat(format, 0); in BuildLayerStack() local 767 if (display_intf_->GetClientTargetSupport(width, height, sdm_format, in BuildLayerStack()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_display.cpp | 1007 LayerBufferFormat sdm_format = GetSDMFormat(format, 0); in GetClientTargetSupport() local 1008 if (display_intf_->GetClientTargetSupport(width, height, sdm_format, in GetClientTargetSupport()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display.cpp | 999 LayerBufferFormat sdm_format = HWCLayer::GetSDMFormat(format, 0); in GetClientTargetSupport() local 1000 if (display_intf_->GetClientTargetSupport(width, height, sdm_format, in GetClientTargetSupport()
|