Lines Matching refs:setupDevice
570 bool setupDevice(unsigned int w, unsigned int h, unsigned int idealFramerate = 0);
571 bool setupDevice(unsigned int id);
713 bool setupDevice(int deviceID, unsigned int id = 0);
715 … bool setupDevice(int deviceID, unsigned int w, unsigned int h, unsigned int idealFramerate = 30);
2674 bool videoDevice::setupDevice(unsigned int id) in setupDevice() function in __anon2599bf920111::videoDevice
2735 bool videoDevice::setupDevice(unsigned int w, unsigned int h, unsigned int idealFramerate) in setupDevice() function in __anon2599bf920111::videoDevice
2741 return setupDevice(id); in setupDevice()
3032 bool videoInput::setupDevice(int deviceID, unsigned int id) in setupDevice() function in __anon2599bf920111::videoInput
3045 bool out = VD->setupDevice(id); in setupDevice()
3058 bool videoInput::setupDevice(int deviceID, unsigned int w, unsigned int h, unsigned int idealFramer… in setupDevice() function in __anon2599bf920111::videoInput
3071 bool out = VD->setupDevice(w, h, idealFramerate); in setupDevice()
3665 VI.setupDevice(try_index, 0, 0, 0); // With maximum frame size. in open()
3761 VI.setupDevice(index, width, height, fps); in setProperty()