Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp3652 int try_index = _index; in open() local
3658 try_index = try_index < 0 ? 0 : (try_index > devices-1 ? devices-1 : try_index); in open()
3662 BEGIN_CALL_IN_CONTEXT(hr, context, this, try_index) in open()
3665 VI.setupDevice(try_index, 0, 0, 0); // With maximum frame size. in open()
3669 VI.waitForDevice(try_index); in open()
3670 BEGIN_CALL_IN_CONTEXT(hr, context, this, try_index) in open()
3674 if( !VI.isFrameNew(try_index) ) in open()
3680 index = try_index; in open()