|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| size_t MayaFlux::Kakshya::VideoStreamContainer::get_frame_byte_size | ( | ) | const |
Total byte size of one frame: width * height * bytes_per_pixel.
Not width * height * channels. Those agree only for formats with one byte per component. Use get_frame_element_count() for element counts.
Definition at line 228 of file VideoStreamContainer.cpp.
References m_bpp, m_height, and m_width.
Referenced by MayaFlux::Kakshya::CameraContainer::CameraContainer(), MayaFlux::IO::VideoFileReader::decode_batch(), get_frame_pixels(), get_frames_typed_as(), MayaFlux::Kakshya::CameraContainer::mutable_frame_ptr(), mutable_slot_ptr(), and setup_ring().
Here is the caller graph for this function: