Searched refs:it_last_full (Results 1 – 2 of 2) sorted by relevance
112 itp->it_last_full = icp->ic_nframes - 1; in av1394_it_init()215 itp->it_last_full = icp->ic_nframes - 1; in av1394_it_stop()819 first = (itp->it_last_full + icp->ic_nframes - itp->it_nfull + 1) % in av1394_it_ixl_begin_cb()1035 int prev_full = itp->it_last_full; in av1394_it_add_frames()1040 if (idx != ((itp->it_last_full + 1) % icp->ic_nframes)) { in av1394_it_add_frames()1050 itp->it_last_full = (itp->it_last_full + cnt) % icp->ic_nframes; in av1394_it_add_frames()
217 int it_last_full; /* last full frame # */ member