Searched refs:RgbaInputFile (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfRgbaFile.h46 // class RgbaInputFile
230 class RgbaInputFile class in namespace:Imf
239 RgbaInputFile (const char name[], int numThreads = globalThreadCount());
243 // Constructor -- attaches the new RgbaInputFile object to a
245 // Destroying the RgbaInputFile object will not automatically
249 RgbaInputFile (IStream &is, int numThreads = globalThreadCount());
258 RgbaInputFile (const char name[],
262 RgbaInputFile (IStream &is,
271 virtual ~RgbaInputFile ();
331 RgbaInputFile (cons
[all...]
H A DImfRgbaFile.cpp38 // class RgbaInputFile
806 class RgbaInputFile::FromYca: public Mutex
848 RgbaInputFile::FromYca::FromYca (InputFile &inputFile,
884 RgbaInputFile::FromYca::~FromYca ()
892 RgbaInputFile::FromYca::setFrameBuffer (Rgba *base,
950 RgbaInputFile::FromYca::readPixels (int scanLine1, int scanLine2)
969 RgbaInputFile::FromYca::readPixels (int scanLine)
1080 RgbaInputFile::FromYca::rotateBuf1 (int d)
1095 RgbaInputFile::FromYca::rotateBuf2 (int d)
1110 RgbaInputFile
1164 RgbaInputFile::RgbaInputFile (const char name[], int numThreads): function in class:Imf::RgbaInputFile
1176 RgbaInputFile::RgbaInputFile (IStream &is, int numThreads): function in class:Imf::RgbaInputFile
1188 RgbaInputFile::RgbaInputFile (const char name[], function in class:Imf::RgbaInputFile
1203 RgbaInputFile::RgbaInputFile (IStream &is, function in class:Imf::RgbaInputFile
[all...]
H A DImfAcesFile.cpp342 RgbaInputFile * rgbaFile;
472 _data->rgbaFile = new RgbaInputFile (name.c_str(), numThreads);
480 _data->rgbaFile = new RgbaInputFile (is, numThreads);
505 // Copy the pixels from the RgbaInputFile into the frame buffer.
H A DImfAcesFile.h91 class RgbaInputFile;
H A DImfCRgbaFile.cpp38 // C interface to C++ classes Imf::RgbaOutputFile and Imf::RgbaInputFile
125 inline Imf::RgbaInputFile *
128 return (Imf::RgbaInputFile *) in;
132 inline const Imf::RgbaInputFile *
135 return (const Imf::RgbaInputFile *) in;
1166 return (ImfInputFile *) new Imf::RgbaInputFile (name);

Completed in 74 milliseconds