FFmpeg
|
FFSchroQueue Struct Reference
A simple queue implementation used in libschroedinger. More...
#include <libschroedinger.h>
Collaboration diagram for FFSchroQueue:
Data Fields | |
FFSchroQueueElement * | p_head |
Pointer to head of queue. More... | |
FFSchroQueueElement * | p_tail |
Pointer to tail of queue. More... | |
int | size |
Queue size. More... | |
Detailed Description
A simple queue implementation used in libschroedinger.
Definition at line 72 of file libschroedinger.h.
Field Documentation
FFSchroQueueElement* FFSchroQueue::p_head |
Pointer to head of queue.
Definition at line 74 of file libschroedinger.h.
Referenced by ff_schro_queue_free(), ff_schro_queue_init(), ff_schro_queue_pop(), and ff_schro_queue_push_back().
FFSchroQueueElement* FFSchroQueue::p_tail |
Pointer to tail of queue.
Definition at line 76 of file libschroedinger.h.
Referenced by ff_schro_queue_init(), and ff_schro_queue_push_back().
int FFSchroQueue::size |
Queue size.
Definition at line 78 of file libschroedinger.h.
Referenced by ff_schro_queue_init(), ff_schro_queue_pop(), ff_schro_queue_push_back(), and libschroedinger_encode_frame().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11