Searched refs:FFSchroQueue (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedinger.h72 typedef struct FFSchroQueue { struct
79 } FFSchroQueue; typedef in typeref:struct:FFSchroQueue
84 void ff_schro_queue_init(FFSchroQueue *queue);
89 int ff_schro_queue_push_back(FFSchroQueue *queue, void *p_data);
94 void *ff_schro_queue_pop(FFSchroQueue *queue);
101 void ff_schro_queue_free(FFSchroQueue *queue, void (*free_func)(void *));
H A Dlibschroedinger.c70 av_cold void ff_schro_queue_init(FFSchroQueue *queue)
76 void ff_schro_queue_free(FFSchroQueue *queue, void (*free_func)(void *))
82 int ff_schro_queue_push_back(FFSchroQueue *queue, void *p_data)
101 void *ff_schro_queue_pop(FFSchroQueue *queue)
H A Dlibschroedingerdec.c62 FFSchroQueue dec_frame_queue;
H A Dlibschroedingerenc.c63 FFSchroQueue enc_frame_queue;

Completed in 59 milliseconds