Lines Matching refs:lstFormats
518 const std::vector<com::Utf8Str> &lstFormats)
521 for (size_t i = 0; i < lstFormats.size(); ++i)
523 const com::Utf8Str &f = lstFormats.at(i);
538 RTCList<RTCString> lstFormats = strFormats.split("\r\n");
540 while (i < lstFormats.size())
544 lstSupportedFormats.end(), lstFormats.at(i)) == lstSupportedFormats.end())
545 lstFormats.removeAt(i);
550 for (i = 0; i < lstFormats.size(); i++)
552 const Utf8Str &f = lstFormats.at(i);
555 vecformats.push_back(lstFormats[i]);