MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ start_decode_thread()

void MayaFlux::IO::CameraReader::start_decode_thread ( )
private

Definition at line 277 of file CameraReader.cpp.

278{
280
281 m_decode_stop.store(false);
282 m_decode_active.store(true);
284}
std::atomic< bool > m_decode_stop
std::atomic< bool > m_decode_active

References decode_thread_func(), m_decode_active, m_decode_stop, m_decode_thread, and stop_decode_thread().

Referenced by set_container().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: