Searched refs:last_w (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c213 struct watch *last_w; local
218 last_w = w;
224 free(last_w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c214 struct watch *last_w; local
219 last_w = w;
224 free(last_w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1765 int last_w = is->video_st->codec->width; local
1783 if ( last_w != is->video_st->codec->width
1785 av_dlog(NULL, "Changing size %dx%d -> %dx%d\n", last_w, last_h,
1792 last_w = is->video_st->codec->width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c1961 int last_w = 0; local
1981 if ( last_w != frame->width
1988 last_w, last_h,
2003 last_w = frame->width;

Completed in 75 milliseconds