HomeSort by relevance Sort by last modified time
    Searched refs:filmType (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfKeyCode.h 50 // filmType film type code
111 int filmType = 0,
129 int filmType () const;
130 void setFilmType (int filmType);
ImfKeyCode.cpp 49 int filmType,
57 setFilmType (filmType);
111 KeyCode::filmType () const
118 KeyCode::setFilmType (int filmType)
120 if (filmType < 0 || filmType > 99)
124 _filmType = filmType;
ImfKeyCodeAttribute.cpp 60 Xdr::write <StreamIO> (os, _value.filmType());

Completed in 1038 milliseconds