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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRleCompressor.h 71 int _maxScanLineSize;
ImfZipCompressor.h 74 int _maxScanLineSize;
ImfB44Compressor.h 100 int _maxScanLineSize;
ImfPizCompressor.h 99 int _maxScanLineSize;
ImfPxr24Compressor.h 95 int _maxScanLineSize;
ImfZipCompressor.cpp 58 _maxScanLineSize (maxScanLineSize),
187 uLongf outSize = _maxScanLineSize * _numScanLines;
ImfRleCompressor.cpp 164 _maxScanLineSize (maxScanLineSize),
279 if (0 == (outSize = rleUncompress (inSize, _maxScanLineSize,
ImfPxr24Compressor.cpp 184 _maxScanLineSize (maxScanLineSize),
424 uLongf tmpSize = _maxScanLineSize * _numScanLines;
ImfPizCompressor.cpp 176 _maxScanLineSize (maxScanLineSize),
ImfB44Compressor.cpp 474 _maxScanLineSize (maxScanLineSize),

Completed in 907 milliseconds