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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.h119 first_clear_frame = 3
286 unsigned int first_clear_frame; member in struct:dv1394_status
H A Ddv1394.c520 last_frame = video->first_clear_frame - 1;
524 video->first_clear_frame = (video->first_clear_frame + 1) % video->n_frames;
526 irq_printk(" frame %d prepared, active_frame = %d, n_clear_frames = %d, first_clear_frame = %d\n last=%d\n",
527 this_frame, video->active_frame, video->n_clear_frames, video->first_clear_frame, last_frame);
740 video->first_clear_frame = -1;
920 video->first_clear_frame = 0;
1322 target_frame = video->first_clear_frame;
1424 target_frame = video->first_clear_frame;
1476 video->first_clear_frame
2404 u32 first_clear_frame; member in struct:dv1394_status32
[all...]
H A Ddv1394-private.h520 /* altered ONLY from process context. Must check first_clear_frame->state;
523 unsigned int first_clear_frame; member in struct:video_card
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Ddv1394.h129 first_clear_frame = 3
337 unsigned int first_clear_frame; member in struct:dv1394_status
H A Ddv1394.c181 s.active_frame, s.first_clear_frame,
186 dv->index = s.first_clear_frame;

Completed in 26 milliseconds