Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_intelperc.cpp69 …+ (double)m_profiles[m_profileIdx].frameRateMax.numerator / (double)m_profiles[m_profileIdx].frame… in getProperty()
Dcap_msmf.cpp2470 UINT64 frameRateMax = 0; SUBTYPEMap STMMax; in findType() local
2477 if((*f).first >= frameRateMax) in findType()
2479 frameRateMax = (*f).first; in findType()
2490 if( (*f).first >= frameRateMax && (*f).first <= frameRate ) in findType()
2492 frameRateMax = (*f).first; in findType()