Home
last modified time | relevance | path

Searched refs:mPlanes (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
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()
265 …DISPLAY_LOGD("mPlane size: %{public}zd mCompLayers size: %{public}zd", mPlanes.size(), mCompLayers… in Apply()
266 …DISPLAY_CHK_RETURN((mPlanes.size() < mCompLayers.size()), DISPLAY_FAILURE, DISPLAY_LOGE("plane not… in Apply()
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()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/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… in Apply()
146 const 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 Dhdi_drm_composition.h64 std::vector<std::shared_ptr<DrmPlane>> mPlanes; variable
H A Ddrm_device.h74 std::vector<std::shared_ptr<DrmPlane>> mPlanes; variable
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_drm_composition.h69 std::vector<std::shared_ptr<DrmPlane>> mPlanes; variable
H A Ddrm_device.h93 std::vector<std::shared_ptr<DrmPlane>> mPlanes; variable