mf
Media Framework
|
Timed ring wrapper with concrete frame type. More...
#include <ndarray_ring.h>
Additional Inherited Members | |
Static Public Attributes inherited from mf::ndarray< 2, byte, raw_ring_allocator > | |
static constexpr std::size_t | dimension |
Protected Member Functions inherited from mf::ndarray< 2, byte, raw_ring_allocator > | |
void | allocate_ () |
void | deallocate_ () |
ndarray (const shape_type &shape, std::size_t padding, std::size_t stride, const raw_ring_allocator &allocator) | |
Constructor for use by derived classes. More... | |
strides_type | strides_with_padding_ (const shape_type &shape, std::size_t padding) |
Protected Attributes inherited from mf::ndarray< 2, byte, raw_ring_allocator > | |
raw_ring_allocator | allocator_ |
Raw allocator used to allocate memory, in bytes. More... | |
std::size_t | stride_ |
Stride of elements, in bytes. More... | |
std::size_t | padding_ |
Padding between frames, in bytes. More... | |
std::size_t | allocated_size_ |
Allocated memory size, in bytes. More... | |
view_type | view_ |
View used to access items. More... | |
Timed ring wrapper with concrete frame type.
using mf::ndarray_timed_ring< Frame_dim, Elem >::frame_shape_type = typename base::frame_shape_type |
using mf::ndarray_timed_ring< Frame_dim, Elem >::frame_view_type = typename base::frame_view_type |
using mf::ndarray_timed_ring< Frame_dim, Elem >::section_view_type = ndarray_timed_view<concrete_dim, Elem> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |