Searched refs:active_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.h118 active_frame = 1
282 int active_frame; member in struct:dv1394_status
284 /* index of the first buffer (ahead of active_frame) that
H A Ddv1394.c526 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);
535 if (video->active_frame != -1) {
577 video->active_frame = this_frame;
581 video->frames[video->active_frame]->descriptor_pool_dma |
742 video->active_frame = 0;
919 video->active_frame = -1;
1076 if ( (video->active_frame != -1) ||
1085 video->active_frame = -1;
1256 } else if ( video->active_frame
2403 s32 active_frame; member in struct:dv1394_status32
[all...]
H A Ddv1394-private.h444 2) you need to operate on the video_card, especially active_frame
448 it is OK to *read* active_frame with the lock, then drop it
450 advance active_frame onto a frame that is not READY (and the spinlock
503 Only the interrupt handler may change active_frame if DMA
507 active_frame when the current frame is finished.
512 The interrupt handler will NEVER advance active_frame to a
515 int active_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.h128 active_frame = 1
333 int active_frame; member in struct:dv1394_status
335 /* index of the first buffer (ahead of active_frame) that
H A Ddv1394.c181 s.active_frame, s.first_clear_frame,

Completed in 65 milliseconds