Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_utils.cpp69 string vendor_sub_str = matched_sub_str.substr(matched_sub_str.find("/") + 1); in ParseFormats() local
70 uint64_t vendor_code = std::stoi(vendor_sub_str); in ParseFormats()
73 uint64_t fmt_modifier = std::stoi(vendor_sub_str.substr(vendor_sub_str.find("/") + 1)); in ParseFormats()