Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp406 void DRMPlane::GetTypeInfo(const PropertyMap &prop_map) { in GetTypeInfo() argument
411 std::tie(blob_id, prop) = prop_map.at(DRMProperty::CAPABILITIES); in GetTypeInfo()
519 PropertyMap prop_map; in ParseProperties() local
557 prop_map[prop_enum] = std::make_tuple(props->prop_values[j], info); in ParseProperties()
605 GetTypeInfo(prop_map); in ParseProperties()
607 for (auto &prop : prop_map) { in ParseProperties()