Home
last modified time | relevance | path

Searched refs:DRMCscType (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.cpp101 using sde_drm::DRMCscType;
955 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic()
1235 void HWDeviceDRM::SelectCscType(const LayerBuffer &input_buffer, DRMCscType *type) { in SelectCscType()
1240 *type = DRMCscType::kCscTypeMax; in SelectCscType()
1249 DRMCscType::kCscYuv2Rgb601FR : DRMCscType::kCscYuv2Rgb601L); in SelectCscType()
1252 *type = DRMCscType::kCscYuv2Rgb709L; in SelectCscType()
1256 DRMCscType::kCscYuv2Rgb2020FR : DRMCscType::kCscYuv2Rgb2020L); in SelectCscType()
Dhw_device_drm.h138 void SelectCscType(const LayerBuffer &input_buffer, sde_drm::DRMCscType *type);
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h577 enum DRMCscType { enum