43 #endif // FRAME_QUEUE_H Frame buffer manipulation.
struct frame_buffer_t * pop_frame()
Pop a frame from the frame FIFO.
bool push_frame(struct frame_buffer_t *frame)
Push new frame into the frame FIFO.
bool frame_queue_empty()
Check if the frame queue is empty.
bool frame_queue_full()
Check if the frame queue is full.
Object constisting of a frame buffer and a number of associated (bit)flags.
Definition: frame_buffer.h:75