Home
last modified time | relevance | path

Searched refs:EXR_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfVersion.h77 const int EXR_VERSION = 2; variable
DImfHeader.cpp892 int version = EXR_VERSION; in writeTo()
966 if (getVersion (version) != EXR_VERSION) in readFrom()
971 "is " << EXR_VERSION << "."); in readFrom()
/external/opencv3/3rdparty/openexr/
DChangeLog.openexr503 * IlmImf: Changed Imf::VERSION to Imf::EXR_VERSION to