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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mpdecimate.c47 int drop_count; ///< if positive: number of frames sequentially dropped member in struct:__anon3410
117 decimate->drop_count >= decimate->max_drop_count)
120 (decimate->drop_count-1) > decimate->max_drop_count)
197 decimate->drop_count = FFMAX(1, decimate->drop_count+1);
201 decimate->drop_count = FFMIN(-1, decimate->drop_count-1);
208 "%s pts:%s pts_time:%s drop_count:%d\n",
209 decimate->drop_count > 0 ? "drop" : "keep",
211 decimate->drop_count);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dcheckpoint.c230 int *drop_count)
265 (*drop_count)++;
314 int drop_count = 0; local
335 retry = __flush_buffer(journal, jh, bhs, &batch_count, &drop_count);
367 HFSPLUS_J_ASSERT(drop_count != 0 || cleanup_ret != 0);
228 __flush_buffer(hfsplus_jbd_t *journal, struct hfsplus_jbd_head *jh, struct buffer_head **bhs, int *batch_count, int *drop_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddcache.c325 static void __ocfs2_drop_dl_inodes(struct ocfs2_super *osb, int drop_count) argument
330 while (osb->dentry_lock_list && (drop_count < 0 || drop_count--)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnetfs.h293 unsigned int drop_count; member in struct:pohmelfs_inode
706 pi->drop_count++;
H A Dinode.c855 pi->drop_count = 0;
1222 *count = pi->drop_count;
1223 pi->drop_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_dns.c674 int drop_count = 2; local
681 fail_server_cb, &drop_count);
699 tt_int_op(drop_count, ==, 0);
707 drop_count = 4;
724 tt_int_op(drop_count, ==, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfutex.c1153 int drop_count = 0, task_count = 0, ret; local
1247 drop_count++;
1326 drop_count++;
1336 drop_count++;
1348 while (--drop_count >= 0)

Completed in 118 milliseconds