Searched refs:vds_Devices (Results 1 – 1 of 1) sorted by relevance
652 std::vector<videoDevice *> vds_Devices; member in __anon2599bf920111::videoDevices2841 std::vector<videoDevice *>::iterator i = vds_Devices.begin(); in clearDevices()2842 for(; i != vds_Devices.end(); ++i) in clearDevices()2844 vds_Devices.clear(); in clearDevices()2854 if(i >= vds_Devices.size()) in getDevice()2862 return vds_Devices[i]; in getDevice()2890 vds_Devices.push_back(vd); in initDevices()2913 vds_Devices.push_back(vd); in initDevices()2931 return (unsigned int)vds_Devices.size(); in getCount()