OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filmMfcCode
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfKeyCode.h
47
//
filmMfcCode
film manufacturer code
110
KeyCode (int
filmMfcCode
= 0,
126
int
filmMfcCode
() const;
127
void setFilmMfcCode (int
filmMfcCode
);
ImfKeyCode.cpp
48
KeyCode::KeyCode (int
filmMfcCode
,
56
setFilmMfcCode (
filmMfcCode
);
94
KeyCode::
filmMfcCode
() const
101
KeyCode::setFilmMfcCode (int
filmMfcCode
)
103
if (
filmMfcCode
< 0 ||
filmMfcCode
> 99)
107
_filmMfcCode =
filmMfcCode
;
ImfKeyCodeAttribute.cpp
59
Xdr::write <StreamIO> (os, _value.
filmMfcCode
());
Completed in 3781 milliseconds