MediaProcessors
Public Attributes | List of all members
fifo_elem_ctx_s Struct Reference

Public Attributes

ssize_t size
 
void * elem
 
uint8_t shm_elem_pool []
 

Detailed Description

FIFO element context structure.

Definition at line 67 of file fifo.c.

Member Data Documentation

void* fifo_elem_ctx_s::elem

Element pointer.

Definition at line 75 of file fifo.c.

uint8_t fifo_elem_ctx_s::shm_elem_pool[]

Only used in the case of shared memory; fifo_elem_ctx_t::elem will point to this memory pool of a fixed maximum size (fifo_elem_ctx_t::size <= pool maximum size)

Definition at line 81 of file fifo.c.

ssize_t fifo_elem_ctx_s::size

Element size in bytes.

Definition at line 71 of file fifo.c.


The documentation for this struct was generated from the following file: