Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmplane.cpp109 ret = drm_->GetPlaneProperty(*this, "SRC_W", &src_w_property_); in Init()
189 return src_w_property_; in src_w_property()
Ddrmplane.h77 DrmProperty src_w_property_; variable