|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::BufferProcessingChain::preprocess | ( | const std::shared_ptr< Buffer > & | buffer | ) |
Applies the preprocessor to a buffer.
| buffer | Buffer to preprocess |
If the buffer has a preprocessor, it is applied before the main processing sequence. This is useful for initial data preparation steps that must occur prior to the main transformation sequence, such as format conversion, normalization, or validation.
Definition at line 229 of file BufferProcessingChain.cpp.
References m_preprocessors.
Referenced by process_complete().
Here is the caller graph for this function: