Searched refs:MAX_DELAY (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dep7211-sir.c22 #define MAX_DELAY 10000 /* 1 ms */ macro
H A Dlitelink-sir.c47 #define MAX_DELAY 10000 /* 1 ms */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Devrcdec.c38 #define MAX_DELAY 120 macro
596 for (i = FFMIN(MIN_DELAY, idx - 3); i <= FFMAX(MAX_DELAY, idx + 3); i++) {
787 if (e->frame.pitch_delay > MAX_DELAY - MIN_DELAY)
795 if (p < MIN_DELAY || p > MAX_DELAY)
H A Ddiracdec.c58 #define MAX_DELAY 5 /* limit for main profile for frame coding (TODO: field coding) */ macro
59 #define MAX_FRAMES (MAX_REFERENCE_FRAMES + MAX_DELAY + 1)
219 DiracFrame *delay_frames[MAX_DELAY+1];
1958 if (add_frame(s->delay_frames, MAX_DELAY, s->current_picture)) {
1969 add_frame(s->delay_frames, MAX_DELAY, s->current_picture);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c50 /* Wait MAX_DELAY seconds before a request to the CNID server times out */
51 #define MAX_DELAY 20 macro
320 * if no answer after sometime (at least MAX_DELAY secondes) return an error
426 if (t - orig > MAX_DELAY) {

Completed in 86 milliseconds