Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp506 bool setupDevice(int deviceID);
507 bool setupDevice(int deviceID, int w, int h);
512 bool setupDevice(int deviceID, int connection);
513 bool setupDevice(int deviceID, int w, int h, int connection);
1176 bool videoInput::setupDevice(int deviceNumber){
1189 bool videoInput::setupDevice(int deviceNumber, int _connection){
1203 bool videoInput::setupDevice(int deviceNumber, int w, int h){
1239 bool videoInput::setupDevice(int deviceNumber, int w, int h, int _connection){
1954 if( setupDevice(id, tmpW, tmpH, conn) ){
3232 g_VI.setupDevice(m_index, m_widthSet, m_heightSet);
[all …]
Dcap_msmf.cpp570 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
[all …]
/external/skia/include/core/
DSkCanvas.h1379 void setupDevice(SkBaseDevice*);