Home
last modified time | relevance | path

Searched refs:_toYca (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfRgbaFile.cpp562 _toYca (0) in RgbaOutputFile()
569 _toYca = new ToYca (*_outputFile, rgbaChannels); in RgbaOutputFile()
578 _toYca (0) in RgbaOutputFile()
585 _toYca = new ToYca (*_outputFile, rgbaChannels); in RgbaOutputFile()
600 _toYca (0) in RgbaOutputFile()
614 _toYca = new ToYca (*_outputFile, rgbaChannels); in RgbaOutputFile()
629 _toYca (0) in RgbaOutputFile()
643 _toYca = new ToYca (*_outputFile, rgbaChannels); in RgbaOutputFile()
649 delete _toYca; in ~RgbaOutputFile()
659 if (_toYca) in setFrameBuffer()
[all …]
DImfRgbaFile.h222 ToYca * _toYca; variable