Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp593 std::map<UINT64, FrameRateMap> vd_CaptureFormats; member in __anon2599bf920111::videoDevice
2461 fmt = vd_CaptureFormats.find(size); in findType()
2462 if( fmt != vd_CaptureFormats.end() ) in findType()
2464 else if( !vd_CaptureFormats.empty() ) in findType()
2465 FRM = vd_CaptureFormats.rbegin()->second; in findType()
2525 FrameRateMap FRM = vd_CaptureFormats[size]; in buildLibraryofTypes()
2532 vd_CaptureFormats[size] = FRM; in buildLibraryofTypes()