Home
last modified time | relevance | path

Searched refs:Rational (Results 1 – 25 of 62) sorted by relevance

123

/external/opencv3/3rdparty/openexr/IlmImf/
DImfFramesPerSecond.h72 inline Rational fps_23_976 () {return Rational (24000, 1001);} in fps_23_976()
73 inline Rational fps_24 () {return Rational (24, 1);} in fps_24()
74 inline Rational fps_25 () {return Rational (25, 1);} in fps_25()
75 inline Rational fps_29_97 () {return Rational (30000, 1001);} in fps_29_97()
76 inline Rational fps_30 () {return Rational (30, 1);} in fps_30()
77 inline Rational fps_47_952 () {return Rational (48000, 1001);} in fps_47_952()
78 inline Rational fps_48 () {return Rational (48, 1);} in fps_48()
79 inline Rational fps_50 () {return Rational (50, 1);} in fps_50()
80 inline Rational fps_59_94 () {return Rational (60000, 1001);} in fps_59_94()
81 inline Rational fps_60 () {return Rational (60, 1);} in fps_60()
[all …]
DImfRational.h55 class Rational
67 Rational (): n (0), d (1) {} in Rational() function
74 Rational (int _n, int _d): n (_n), d (_d) {} in Rational() function
81 explicit Rational (double x);
DImfFramesPerSecond.cpp48 Rational
51 return guessExactFps (Rational (fps)); in guessExactFps()
55 Rational
56 guessExactFps (const Rational &fps) in guessExactFps()
DImfRational.cpp92 Rational::Rational (double x) in Rational() function in Imf::Rational
DImfRationalAttribute.h51 typedef TypedAttribute<Rational> RationalAttribute;
DImfStandardAttributes.h288 IMF_STD_ATTRIBUTE_DEF (framesPerSecond, FramesPerSecond, Rational)
DImfStandardAttributes.cpp113 IMF_STD_ATTRIBUTE_IMP (framesPerSecond, FramesPerSecond, Rational)
/external/piex/src/
Dpiex_types.h61 struct Rational { struct
70 Rational latitude[3];
72 Rational longitude[3];
74 Rational altitude;
76 Rational time_stamp[3]; // Giving hour, minute and second.
97 Rational exposure_time;
98 Rational fnumber;
99 Rational focal_length;
Dtiff_parser.cc29 using tiff_directory::Rational;
58 const int data_size, PreviewImageData::Rational* data) { in GetRational()
59 std::vector<Rational> value; in GetRational()
561 std::vector<Rational> crop_rational(2); in GetFullDimension32()
/external/piex/src/tiff_directory/
Dtiff_directory.h36 struct Rational { struct
99 bool Get(const Tag tag, Rational* value) const;
100 bool Get(const Tag tag, std::vector<Rational>* value) const;
Dtiff_directory.cc104 bool TiffDirectory::Get(const Tag tag, Rational* value) const { in Get()
105 std::vector<Rational> my_values; in Get()
113 bool TiffDirectory::Get(const Tag tag, std::vector<Rational>* value) const { in Get()
124 std::vector<Rational> my_value(directory_entry->count); in Get()
/external/ceres-solver/data/nist/
DMGH09.dat31 Model: Rational Class (linear/quadratic)
DThurber.dat31 Model: Rational Class (cubic/cubic)
DKirby2.dat31 Model: Rational Class (quadratic/quadratic)
DHahn1.dat31 Model: Rational Class (cubic/cubic)
/external/e2fsprogs/
DTODO209 2) Use a code coverage tool such as Rational's PureCoverage to see
215 3) Use a code coverage tool such as Rational's PureCoverage to see
/external/valgrind/gdbserver_tests/
DREADME_DEVELOPERS99 Rational for test approach
/external/cmockery/cmockery_0_1_2/
Daclocal.m43438 # Rational C++ 2.4.1
3497 # Rational C++ 2.4.1
5024 # Rational C++ 2.4.1
/external/libexif/po/
Dsr.po2404 msgid "Rational"
2405 msgstr "Rational"
Dcs.po2419 msgid "Rational"
2420 msgstr "Rational"
Dbs.po2427 msgid "Rational"
2428 msgstr "Rational"
Dde.po2431 msgid "Rational"
2432 msgstr "Rational"
Den_GB.po2417 msgid "Rational"
2418 msgstr "Rational"
Dpl.po2420 msgid "Rational"
2421 msgstr "Rational"
Dit.po2462 msgid "Rational"
2463 msgstr "Rational"

123