Searched refs:mPlanes (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_composition.cpp | 35 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 const auto &drmPlane = mPlanes[i];
in Apply()
|
H A D | drm_device.h | 74 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
member in OHOS::HDI::DISPLAY::DrmDevice
|
H A D | hdi_drm_composition.h | 64 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
member in OHOS::HDI::DISPLAY::HdiDrmComposition
|
H A D | drm_device.cpp | 211 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()
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_drm_composition.cpp | 36 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 in Apply() [all...] |
H A D | drm_device.cpp | 235 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()
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_drm_composition.h | 69 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::HdiDrmComposition
|
H A D | drm_device.h | 93 std::vector<std::shared_ptr<DrmPlane>> mPlanes; member in OHOS::HDI::DISPLAY::DrmDevice
|
Completed in 4 milliseconds