Display frame queue. More...
Go to the source code of this file.
Functions | |
Frame queue manipulation | |
bool | frame_queue_full () |
Check if the frame queue is full. | |
bool | frame_queue_empty () |
Check if the frame queue is empty. | |
bool | push_frame (struct frame_buffer_t *frame) |
Push new frame into the frame FIFO. More... | |
struct frame_buffer_t * | pop_frame () |
Pop a frame from the frame FIFO. More... | |
Display frame queue.