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.cpp100 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init()
186 properties_.push_back(&src_x_property_); in Init()
247 return src_x_property_; in src_x_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h94 DrmProperty src_x_property_; variable