OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guessExactFps
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfFramesPerSecond.cpp
49
guessExactFps
(double fps)
51
return
guessExactFps
(Rational (fps));
56
guessExactFps
(const Rational &fps)
ImfFramesPerSecond.h
62
//
guessExactFps
(fps) returns the corresponding pre-defined frame
64
// then
guessExactFps
(fps) returns Rational(fps).
83
Rational
guessExactFps
(double fps);
84
Rational
guessExactFps
(const Rational &fps);
Completed in 222 milliseconds