|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
The core processing function that must be implemented by derived classes.
| buffer | Buffer to process |
This method is where the actual transformation logic is implemented. It should contain the algorithmic details of how the buffer's data is transformed, analyzed, or processed. The implementation can utilize any backend capabilities available to the processor, including:
Derived classes must override this method to provide specific processing behavior.
Implements MayaFlux::Buffers::BufferProcessor.
Definition at line 23 of file BufferUploadProcessor.cpp.
References MayaFlux::Journal::BufferProcessing, MayaFlux::Journal::Buffers, m_source_map, MF_RT_ERROR, MF_RT_WARN, upload_device_local(), and MayaFlux::Buffers::upload_host_visible().
Here is the call graph for this function: