Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp101 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init()
188 properties_.push_back(&src_x_property_); in Init()
258 return src_x_property_; in src_x_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h97 DrmProperty src_x_property_; variable