Home
last modified time | relevance | path

Searched refs:mPlanes (Results 1 - 24 of 24) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Dhdi_drm_composition.cpp35 mPlanes.clear(); in Init()
42 mPlanes.insert(mPlanes.end(), mPrimPlanes.begin(), mPrimPlanes.end()); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
128 DISPLAY_CHK_RETURN((mPlanes.size() < mCompLayers.size()), DISPLAY_FAILURE, DISPLAY_LOGE("plane not enough")); in Apply()
146 auto &drmPlane = mPlanes[i]; in Apply()
H A Ddrm_device.cpp211 mPlanes.clear(); in FindAllPlane()
231 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
233 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
269 for (const auto &plane : mPlanes) { in GetDrmPlane()
H A Ddrm_device.h74 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice
H A Dhdi_drm_composition.h64 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp36 mPlanes.clear(); in Init()
42 mPlanes.insert(mPlanes.end(), mPrimPlanes.begin(), mPrimPlanes.end()); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
226 for (uint32_t j = 0; j < mPlanes.size(); j++) { in RemoveUnusePlane()
227 auto &drmPlane = mPlanes[j]; in RemoveUnusePlane()
246 for (uint32_t j = 0; j < mPlanes.size(); j++) { in FindPlaneAndApply()
247 auto &drmPlane = mPlanes[j]; in FindPlaneAndApply()
286 DISPLAY_DEBUGLOG("mPlane size: %{public}zd mCompLayers size: %{public}zd", mPlanes in Apply()
[all...]
H A Ddrm_device.cpp240 mPlanes.clear(); in FindAllPlane()
260 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
262 DISPLAY_DEBUGLOG("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
283 for (const auto &plane : mPlanes) { in GetDrmPlane()
H A Dhdi_drm_composition.h73 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
H A Ddrm_device.h96 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp36 mPlanes.clear(); in Init()
42 mPlanes.insert(mPlanes.end(), mPrimPlanes.begin(), mPrimPlanes.end()); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
203 for (uint32_t j = 0; j < mPlanes.size(); j++) { in RemoveUnusePlane()
204 auto &drmPlane = mPlanes[j]; in RemoveUnusePlane()
221 for (uint32_t j = 0; j < mPlanes.size(); j++) { in FindPlaneAndApply()
222 auto &drmPlane = mPlanes[j]; in FindPlaneAndApply()
257 DISPLAY_DEBUGLOG("mPlane size: %{public}zd mCompLayers size: %{public}zd", mPlanes in Apply()
[all...]
H A Ddrm_device.cpp235 mPlanes.clear(); in FindAllPlane()
255 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
257 DISPLAY_DEBUGLOG("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
278 for (const auto &plane : mPlanes) { in GetDrmPlane()
H A Dhdi_drm_composition.h69 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
H A Ddrm_device.h93 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp36 mPlanes.clear(); in Init()
42 mPlanes.insert(mPlanes.end(), mPrimPlanes.begin(), mPrimPlanes.end()); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
211 for (uint32_t j = 0; j < mPlanes.size(); j++) { in RemoveUnusePlane()
212 auto &drmPlane = mPlanes[j]; in RemoveUnusePlane()
229 for (uint32_t j = 0; j < mPlanes.size(); j++) { in FindPlaneAndApply()
230 auto &drmPlane = mPlanes[j]; in FindPlaneAndApply()
268 DISPLAY_LOGD("mPlane size: %{public}zd mCompLayers size: %{public}zd", mPlanes in Apply()
[all...]
H A Ddrm_device.cpp235 mPlanes.clear(); in FindAllPlane()
255 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
257 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
278 for (const auto &plane : mPlanes) { in GetDrmPlane()
H A Dhdi_drm_composition.h69 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
H A Ddrm_device.h93 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp36 mPlanes.clear(); in Init()
42 mPlanes.insert(mPlanes.end(), mPrimPlanes.begin(), mPrimPlanes.end()); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
211 for (uint32_t j = 0; j < mPlanes.size(); j++) { in RemoveUnusePlane()
212 auto &drmPlane = mPlanes[j]; in RemoveUnusePlane()
229 for (uint32_t j = 0; j < mPlanes.size(); j++) { in FindPlaneAndApply()
230 auto &drmPlane = mPlanes[j]; in FindPlaneAndApply()
268 DISPLAY_LOGD("mPlane size: %{public}zd mCompLayers size: %{public}zd", mPlanes in Apply()
[all...]
H A Ddrm_device.cpp235 mPlanes.clear(); in FindAllPlane()
255 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
257 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
278 for (const auto &plane : mPlanes) { in GetDrmPlane()
H A Dhdi_drm_composition.h69 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
H A Ddrm_device.h93 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_drm_composition.cpp36 mPlanes.clear(); in Init()
42 mPlanes.insert(mPlanes.end(), mPrimPlanes.begin(), mPrimPlanes.end()); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
211 for (uint32_t j = 0; j < mPlanes.size(); j++) { in RemoveUnusePlane()
212 auto &drmPlane = mPlanes[j]; in RemoveUnusePlane()
229 for (uint32_t j = 0; j < mPlanes.size(); j++) { in FindPlaneAndApply()
230 auto &drmPlane = mPlanes[j]; in FindPlaneAndApply()
268 DISPLAY_LOGD("mPlane size: %{public}zd mCompLayers size: %{public}zd", mPlanes in Apply()
[all...]
H A Ddrm_device.cpp235 mPlanes.clear(); in FindAllPlane()
255 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
257 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
278 for (const auto &plane : mPlanes) { in GetDrmPlane()
H A Dhdi_drm_composition.h69 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
H A Ddrm_device.h93 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice

Completed in 11 milliseconds