Searched refs:csc_type (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.cpp | 653 bool DRMPlane::SetCscConfig(DRMCscType csc_type) { in SetCscConfig() argument 658 if (csc_type > kCscTypeMax) { in SetCscConfig() 666 if (csc_type == kCscTypeMax) { in SetCscConfig() 669 csc_config_copy_ = csc_10bit_convert[csc_type]; in SetCscConfig() 897 uint32_t* csc_type = va_arg(args, uint32_t*); in Perform() local 898 if (csc_type) { in Perform() 899 SetCscConfig((DRMCscType)*csc_type); in Perform()
|
D | drm_plane.h | 70 bool SetCscConfig(DRMCscType csc_type);
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 955 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local 956 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic() 957 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1139 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local 1140 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic() 1141 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1298 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local 1299 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic() 1300 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()
|