|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
private |
Internal processing method for non-owning buffer contexts.
| buffer | Buffer to process |
This method is used internally by BufferProcessingChain to process buffers that are not owned by the chain itself. It ensures that the processor's processing function is called in a thread-safe manner, managing the active processing state to prevent concurrent access issues.
Definition at line 27 of file BufferProcessor.cpp.
References m_active_processing, and processing_function().
Here is the call graph for this function: