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

◆ slot_for()

uint32_t MayaFlux::Kakshya::VideoStreamContainer::slot_for ( uint64_t  frame_index) const
inlineprotected

Definition at line 380 of file VideoStreamContainer.hpp.

381 {
382 return static_cast<uint32_t>(frame_index % m_ring_capacity);
383 }

Referenced by commit_frame(), get_frame_pixels(), is_frame_available(), and mutable_slot_ptr().

+ Here is the caller graph for this function: