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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_amix.c70 typedef struct FrameList { struct
75 } FrameList; typedef in typeref:struct:FrameList
77 static void frame_list_clear(FrameList *frame_list)
91 static int frame_list_next_frame_size(FrameList *frame_list)
98 static int64_t frame_list_next_pts(FrameList *frame_list)
105 static void frame_list_remove_samples(FrameList *frame_list, int nb_samples)
132 static int frame_list_add_frame(FrameList *frame_list, int nb_samples, int64_t pts)
173 FrameList *frame_list; /**< list of frame info for the first input */

Completed in 29 milliseconds