FFSchroQueue 70 libavcodec/libschroedinger.c av_cold void ff_schro_queue_init(FFSchroQueue *queue) FFSchroQueue 76 libavcodec/libschroedinger.c void ff_schro_queue_free(FFSchroQueue *queue, void (*free_func)(void *)) FFSchroQueue 82 libavcodec/libschroedinger.c int ff_schro_queue_push_back(FFSchroQueue *queue, void *p_data) FFSchroQueue 101 libavcodec/libschroedinger.c void *ff_schro_queue_pop(FFSchroQueue *queue) FFSchroQueue 84 libavcodec/libschroedinger.h void ff_schro_queue_init(FFSchroQueue *queue); FFSchroQueue 89 libavcodec/libschroedinger.h int ff_schro_queue_push_back(FFSchroQueue *queue, void *p_data); FFSchroQueue 94 libavcodec/libschroedinger.h void *ff_schro_queue_pop(FFSchroQueue *queue); FFSchroQueue 101 libavcodec/libschroedinger.h void ff_schro_queue_free(FFSchroQueue *queue, void (*free_func)(void *)); FFSchroQueue 62 libavcodec/libschroedingerdec.c FFSchroQueue dec_frame_queue; FFSchroQueue 63 libavcodec/libschroedingerenc.c FFSchroQueue enc_frame_queue;