Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp83 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init()
185 properties_.push_back(&crtc_y_property_); in Init()
246 return crtc_y_property_; in crtc_y_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h94 DrmProperty crtc_y_property_; variable