Home
last modified time | relevance | path

Searched refs:layerFuncs_ (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_video_composition.cpp47 return func(&layerFuncs_); in VideoModuleInit()
56 int ret = layerFuncs_->CreateLayer(0, &layerInfo, &voLayerId); in CreateVideoLayerForHdiLayer()
78 DISPLAY_CHK_RETURN(((ret != DISPLAY_SUCCESS) || (layerFuncs_ == nullptr)), DISPLAY_FAILURE, in Init()
114layerFuncs_->SetLayerSize(0, voLayerId, const_cast<IRect *>(&(hdiLayer->GetLayerDisplayRect()))); in Apply()
115 layerFuncs_->SetLayerCrop(0, voLayerId, const_cast<IRect *>(&(hdiLayer->GetLayerCrop()))); in Apply()
116 layerFuncs_->SetLayerZorder(0, voLayerId, hdiLayer->GetZorder()); in Apply()
117 layerFuncs_->SetTransformMode(0, voLayerId, hdiLayer->GetTransFormType()); in Apply()
119 layerFuncs_->SetLayerBuffer(0, voLayerId, &(hdiLayer->GetCurrentBuffer()->mHandle), in Apply()
139 layerFuncs_->CloseLayer(0, iter->second); in CLoseUnUsedLayer()
Dhdi_video_composition.h43 LayerFuncs *layerFuncs_ = nullptr; variable