Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovScript.cpp184 const std::string &strGlobalSize = in RSoVScript() local
186 if (strGlobalSize.empty()) { in RSoVScript()
190 const size_t colonPosSize = strGlobalSize.find(':'); in RSoVScript()
191 const std::string &strVal = strGlobalSize.substr(colonPosSize + 1); in RSoVScript()