/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 125 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() argument 129 if ((layers == nullptr) && (type == nullptr)) { in GetDisplayCompChange() 132 DISPLAY_DEBUGLOG("set the layers and type"); in GetDisplayCompChange() 135 if (layers != nullptr) { in GetDisplayCompChange() 136 *(layers + i) = layer->GetId(); in GetDisplayCompChange() 145 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences) in GetDisplayReleaseFence() argument 149 if ((layers == nullptr) && (fences == nullptr)) { in GetDisplayReleaseFence() 155 if (layers != nullptr) { in GetDisplayReleaseFence() 156 *(layers + i) = layer->GetId(); in GetDisplayReleaseFence() 172 std::vector<HdiLayer *> layers; in PrepareDisplayLayers() local [all...] |
H A D | hdi_composer.cpp | 27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare() argument 29 int ret = mPreComp->SetLayers(layers, clientLayer); in Prepare() 32 ret = mPostComp->SetLayers(layers, clientLayer); in Prepare()
|
H A D | hdi_composer.h | 34 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers() argument 54 int32_t Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer);
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 126 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() argument 130 if ((layers == nullptr) && (type == nullptr)) { in GetDisplayCompChange() 133 DISPLAY_DEBUGLOG("set the layers and type"); in GetDisplayCompChange() 136 if (layers != nullptr) { in GetDisplayCompChange() 137 *(layers + i) = layer->GetId(); in GetDisplayCompChange() 146 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences) in GetDisplayReleaseFence() argument 150 if ((layers == nullptr) && (fences == nullptr)) { in GetDisplayReleaseFence() 156 if (layers != nullptr) { in GetDisplayReleaseFence() 157 *(layers + i) = layer->GetId(); in GetDisplayReleaseFence() 172 std::vector<HdiLayer *> layers; in PrepareDisplayLayers() local [all...] |
H A D | hdi_composer.cpp | 27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare() argument 29 int ret = mPreComp->SetLayers(layers, clientLayer); in Prepare() 31 ret = mPostComp->SetLayers(layers, clientLayer); in Prepare()
|
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers() argument 50 int32_t Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer);
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 125 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() argument 129 if ((layers == nullptr) && (type == nullptr)) { in GetDisplayCompChange() 132 DISPLAY_LOGD("set the layers and type"); in GetDisplayCompChange() 135 if (layers != nullptr) { in GetDisplayCompChange() 136 *(layers + i) = layer->GetId(); in GetDisplayCompChange() 145 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences) in GetDisplayReleaseFence() argument 149 if ((layers == nullptr) && (fences == nullptr)) { in GetDisplayReleaseFence() 155 if (layers != nullptr) { in GetDisplayReleaseFence() 156 *(layers + i) = layer->GetId(); in GetDisplayReleaseFence() 171 std::vector<HdiLayer *> layers; in PrepareDisplayLayers() local [all...] |
H A D | hdi_composer.cpp | 27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare() argument 29 int ret = mPreComp->SetLayers(layers, clientLayer); in Prepare() 31 ret = mPostComp->SetLayers(layers, clientLayer); in Prepare()
|
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers() argument 50 int32_t Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer);
|
H A D | display_composer_vdi_impl.cpp | 121 int32_t DisplayComposerVdiImpl::GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayCompChange() argument 131 layers.resize(num); in GetDisplayCompChange() 133 ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, &num, layers.data(), in GetDisplayCompChange() 176 int32_t DisplayComposerVdiImpl::GetDisplayReleaseFence(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayReleaseFence() argument 186 layers.resize(num); in GetDisplayReleaseFence() 188 ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayReleaseFence, &num, layers.data(), in GetDisplayReleaseFence()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 125 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() argument 129 if ((layers == nullptr) && (type == nullptr)) { in GetDisplayCompChange() 132 DISPLAY_LOGD("set the layers and type"); in GetDisplayCompChange() 135 if (layers != nullptr) { in GetDisplayCompChange() 136 *(layers + i) = layer->GetId(); in GetDisplayCompChange() 145 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences) in GetDisplayReleaseFence() argument 149 if ((layers == nullptr) && (fences == nullptr)) { in GetDisplayReleaseFence() 155 if (layers != nullptr) { in GetDisplayReleaseFence() 156 *(layers + i) = layer->GetId(); in GetDisplayReleaseFence() 171 std::vector<HdiLayer *> layers; in PrepareDisplayLayers() local [all...] |
H A D | hdi_composer.cpp | 27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare() argument 29 int ret = mPreComp->SetLayers(layers, clientLayer); in Prepare() 31 ret = mPostComp->SetLayers(layers, clientLayer); in Prepare()
|
H A D | hdi_gfx_composition.cpp | 90 bool HdiGfxComposition::UseCompositionClient(std::vector<HdiLayer *> &layers) in UseCompositionClient() argument 95 for (auto &layer : layers) { in UseCompositionClient() 106 int32_t HdiGfxComposition::SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers() argument 108 DISPLAY_LOGD("layers size %{public}zd", layers.size()); in SetLayers() 109 CompositionType defaultCompType = UseCompositionClient(layers) ? COMPOSITION_CLIENT : COMPOSITION_DEVICE; in SetLayers() 112 for (auto &layer : layers) { in SetLayers() 126 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size()); in SetLayers() 205 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size()); in Apply()
|
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers() argument 50 int32_t Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer);
|
H A D | hdi_gfx_composition.h | 26 int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) override; 35 bool UseCompositionClient(std::vector<HdiLayer *> &layers);
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 126 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type)
in GetDisplayCompChange() argument 130 if ((layers == nullptr) && (type == nullptr)) {
in GetDisplayCompChange() 133 DISPLAY_LOGD("set the layers and type");
in GetDisplayCompChange() 136 if (layers != nullptr) {
in GetDisplayCompChange() 137 *(layers + i) = layer->GetId();
in GetDisplayCompChange() 146 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences)
in GetDisplayReleaseFence() argument 150 if ((layers == nullptr) && (fences == nullptr)) {
in GetDisplayReleaseFence() 156 if (layers != nullptr) {
in GetDisplayReleaseFence() 157 *(layers + i) = layer->GetId();
in GetDisplayReleaseFence() 172 std::vector<HdiLayer *> layers;
in PrepareDisplayLayers() local [all...] |
H A D | hdi_composer.cpp | 27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer)
in Prepare() argument 29 int ret = mPreComp->SetLayers(layers, clientLayer);
in Prepare() 31 ret = mPostComp->SetLayers(layers, clientLayer);
in Prepare()
|
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer)
in SetLayers() argument 50 int32_t Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer);
|
H A D | display_composer_vdi_impl.cpp | 121 int32_t DisplayComposerVdiImpl::GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayCompChange() argument 131 layers.resize(num); in GetDisplayCompChange() 133 ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, &num, layers.data(), in GetDisplayCompChange() 176 int32_t DisplayComposerVdiImpl::GetDisplayReleaseFence(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayReleaseFence() argument 186 layers.resize(num); in GetDisplayReleaseFence() 188 ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayReleaseFence, &num, layers.data(), in GetDisplayReleaseFence()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_display.cpp | 137 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type)
in GetDisplayCompChange() argument 141 if ((layers == nullptr) && (type == nullptr)) {
in GetDisplayCompChange() 144 DISPLAY_LOGD("set the layers and type");
in GetDisplayCompChange() 147 if (layers != nullptr) {
in GetDisplayCompChange() 148 *(layers + i) = layer->GetId();
in GetDisplayCompChange() 157 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences)
in GetDisplayReleaseFence() argument 161 if ((layers == nullptr) && (fences == nullptr)) {
in GetDisplayReleaseFence() 167 if (layers != nullptr) {
in GetDisplayReleaseFence() 168 *(layers + i) = layer->GetId();
in GetDisplayReleaseFence() 183 std::vector<HdiLayer *> layers;
in PrepareDisplayLayers() local [all...] |
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/ |
H A D | hdi_composer.cpp | 34 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer)
in Prepare() argument 39 ret = composition->SetLayers(layers, clientLayer);
in Prepare() 44 ret = composition->SetLayers(layers, clientLayer);
in Prepare()
|
H A D | hdi_video_composition.cpp | 83 int32_t HdiVideoComposition::SetLayers(std::vector<HdiLayer*> &layers, HdiLayer &clientLayer)
in SetLayers() argument 88 for (auto layer : layers) {
in SetLayers() 126 void HdiVideoComposition::CLoseUnUsedLayer(const std::vector<HdiLayer*> &layers)
in CLoseUnUsedLayer() argument 132 for (auto layer : layers) {
in CLoseUnUsedLayer()
|
H A D | hdi_video_composition.h | 27 int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) override;
41 void CLoseUnUsedLayer(const std::vector<HdiLayer *> &layers);
|
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer)
in SetLayers() argument 50 int32_t Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer);
|
H A D | hdi_gfx_composition.cpp | 92 int32_t HdiGfxComposition::SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer)
in SetLayers() argument 94 DISPLAY_LOGD("layers size %{public}zd", layers.size());
in SetLayers() 97 for (auto &layer : layers) {
in SetLayers() 110 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size());
in SetLayers() 183 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size());
in Apply()
|