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.cpp82 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init()
183 properties_.push_back(&crtc_y_property_); in Init()
235 return crtc_y_property_; in crtc_y_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h91 DrmProperty crtc_y_property_; variable