Searched refs:pComma (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp641 size_t pComma = option.find(','); local
643 if (pComma == string::npos || pParen == string::npos) {
646 minValue = option.substr(6, pComma - 6);
647 maxValue = option.substr(pComma + 1, pParen - pComma - 1);

Completed in 34 milliseconds