Searched refs:csc_type (Results 1 – 4 of 4) sorted by relevance
683 bool DRMPlane::SetCscConfig(DRMCscType csc_type) { in SetCscConfig() argument688 if (csc_type > kCscTypeMax) { in SetCscConfig()696 if (csc_type == kCscTypeMax) { in SetCscConfig()699 csc_config_copy_ = csc_10bit_convert[csc_type]; in SetCscConfig()927 uint32_t* csc_type = va_arg(args, uint32_t*); in Perform() local928 if (csc_type) { in Perform()929 SetCscConfig((DRMCscType)*csc_type); in Perform()
107 bool SetCscConfig(DRMCscType csc_type);
1139 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local1140 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic()1141 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()
1342 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local1343 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic()1344 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()