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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfKeyCode.h 56 // count count, increments once every perfsPerCount
73 // perfsPerCount number of perforations per count
116 int perfsPerCount = 64);
144 int perfsPerCount () const;
145 void setPerfsPerCount (int perfsPerCount);
ImfKeyCode.cpp 54 int perfsPerCount)
62 setPerfsPerCount (perfsPerCount);
200 KeyCode::perfsPerCount () const
207 KeyCode::setPerfsPerCount (int perfsPerCount)
209 if (perfsPerCount < 20 || perfsPerCount > 120)
213 _perfsPerCount = perfsPerCount;
ImfKeyCodeAttribute.cpp 65 Xdr::write <StreamIO> (os, _value.perfsPerCount());

Completed in 34 milliseconds