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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddualinput.c22 static int process_frame(FFFrameSync *fs) function
49 s->fs.on_event = process_frame;
H A Dvf_mergeplanes.c140 static int process_frame(FFFrameSync *fs) function
182 s->fs.on_event = process_frame;
H A Davf_concat.c187 static int process_frame(AVFilterLink *inlink, AVFrame *buf) function
225 return process_frame(inlink, buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_marvel.c1033 int (*process_frame)(struct ev7_lf_subpackets *, int) = NULL;
1049 process_frame = marvel_process_680_frame;
1054 process_frame = marvel_process_logout_frame;
1059 process_frame = marvel_process_logout_frame;
1085 if (process_frame && lf_subpackets && lf_subpackets->logout) {
1107 disposition = process_frame(lf_subpackets, 0);
1120 process_frame(lf_subpackets, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_usb.c51 static void process_frame(struct camera_data *cam);
82 * process_frame
85 static void process_frame(struct camera_data *cam) function
357 process_frame(cam);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c1794 static av_always_inline int process_frame(WriterContext *w, function
1942 while (pkt1.size && process_frame(w, fmt_ctx, frame, &pkt1) > 0);
1954 while (process_frame(w, fmt_ctx, frame, &pkt) > 0);

Completed in 59 milliseconds