Searched refs:force_refresh (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c175 int force_refresh; member in struct:VideoState
880 if (rect.x != is->last_display_rect.x || rect.y != is->last_display_rect.y || rect.w != is->last_display_rect.w || rect.h != is->last_display_rect.h || is->force_refresh) {
1370 if (is->force_refresh || is->last_vis_time + rdftspeed < time) {
1379 if (is->force_refresh)
1479 is->force_refresh = 0;
3213 is->force_refresh = 1;
3229 if (is->show_mode != SHOW_MODE_NONE && (!is->paused || is->force_refresh))
3284 cur_stream->force_refresh = 1;
3374 cur_stream->force_refresh = 1;
3428 cur_stream->force_refresh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dquota.c880 static int do_glock(struct gfs2_quota_data *qd, int force_refresh, argument
895 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) {
912 force_refresh = 0;

Completed in 45 milliseconds