TuttleOFX
1
|
TurboJpeg process. More...
#include <TurboJpegReaderProcess.hpp>
Public Member Functions | |
TurboJpegReaderProcess (TurboJpegReaderPlugin &effect) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
void | readImage (View &dst) |
Protected Attributes | |
TurboJpegReaderPlugin & | _plugin |
Rendering plugin. | |
TurboJpegReaderProcessParams | _params |
parameters |
TurboJpeg process.
Definition at line 16 of file TurboJpegReaderProcess.hpp.
tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::TurboJpegReaderProcess | ( | TurboJpegReaderPlugin & | effect | ) |
Definition at line 15 of file TurboJpegReaderProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window |
Implements tuttle::plugin::ImageProcessor.
Definition at line 34 of file TurboJpegReaderProcess.tcc.
void tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::readImage | ( | View & | dst | ) |
Definition at line 41 of file TurboJpegReaderProcess.tcc.
References tuttle::plugin::turboJpeg::reader::eTurboJpegOptimizationMMX, tuttle::plugin::turboJpeg::reader::eTurboJpegOptimizationNone, tuttle::plugin::turboJpeg::reader::eTurboJpegOptimizationSSE, tuttle::plugin::turboJpeg::reader::eTurboJpegOptimizationSSE2, tuttle::plugin::turboJpeg::reader::eTurboJpegOptimizationSSE3, height, and width.
void tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 23 of file TurboJpegReaderProcess.tcc.
References OFX::RenderArguments::time.
TurboJpegReaderProcessParams tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::_params [protected] |
parameters
Definition at line 20 of file TurboJpegReaderProcess.hpp.
TurboJpegReaderPlugin& tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 19 of file TurboJpegReaderProcess.hpp.