Searched refs:delay (Results 1 - 25 of 2288) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dselect.c39 #include <dos.h> /* delay() */
62 * is provided to wait on, just being used to delay execution.
98 delay(timeout_ms);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_sleep.c49 delay(ms);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl1553 logmsg "FTPD: delay reply for $1 with $2 seconds\n";
1558 logmsg "FTPD: send response with 0.01 sec delay between each byte\n";
1859 my $delay = $delayreply{$FTPCMD};
1860 if($delay) {
1862 logmsg("Sleep for $delay seconds\n");
1863 my $twentieths = $delay * 20;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c698 int delay= 20; local
712 rc = wait_ms(delay);
726 totdelay += delay;
727 delay *= 2; /* double the sleep for next attempt */
H A Dutil.c197 delay(timeout_ms);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1002 \item\verb|delay| --- a packet has been sent to the stale neighbour and the kernel is waiting
1004 \item\verb|probe| --- the delay timer expired but no confirmation was received.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_LED.c30 {.name = "led-delay", .id = O_LED_DELAY, .type = XTTYPE_STRING},
42 "--led-delay ms leave the LED on for this number of\n"
61 led->delay = -1;
63 led->delay = strtoul(cb->arg, NULL, 0);
86 if (led->delay == -1)
87 printf(" led-delay:inf");
89 printf(" led-delay:%dms", led->delay);
109 /* Only print the delay if it's not zero (the default) */
110 if (led->delay >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_LED.h9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c777 int i, i_start, x, y1, y, ys, delay, n, nb_display_channels; local
786 delay = audio_write_get_buf_size(s);
787 delay /= n;
793 delay += (time_diff * s->audio_st->codec->sample_rate) / 1000000;
796 delay -= s->width / 2;
797 if (delay < s->width)
798 delay = s->width;
800 i_start= x = compute_mod(s->sample_array_index - delay * channels, SAMPLE_ARRAY_SIZE);
921 /* schedule a video refresh in 'delay' ms */
922 static void schedule_refresh(VideoState *is, int delay) argument
1010 double actual_delay, delay, sync_threshold, ref_clock, diff; local
[all...]
H A Dffserver.c551 int ret, delay, delay1; local
598 delay = 1000;
625 if (delay1 < delay)
626 delay = delay1;
649 ret = poll(poll_table, poll_entry - poll_table, delay);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3dec.c648 s->dsp.vector_fmul_window(s->output[ch-1], s->delay[ch-1], s->tmp_output, s->window, add_bias, 128);
651 ff_imdct_half(&s->imdct_256, s->delay[ch-1], x);
654 s->dsp.vector_fmul_window(s->output[ch-1], s->delay[ch-1], s->tmp_output, s->window, add_bias, 128);
655 memcpy(s->delay[ch-1], s->tmp_output+128, 128*sizeof(float));
688 * Upmix delay samples from stereo to original channel layout.
692 int channel_data_size = sizeof(s->delay[0]);
697 memcpy(s->delay[1], s->delay[0], channel_data_size);
700 memset(s->delay[3], 0, channel_data_size);
702 memset(s->delay[
[all...]
H A Dac3dec.h164 DECLARE_ALIGNED_16(float, delay[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]); ///< delay - added to the next block
H A Dapedec.c96 int16_t *delay; ///< filtered values member in struct:APEFilter
643 f->delay = f->historybuffer + order * 2;
664 res = (ctx->dsp.scalarproduct_int16(f->delay - order, f->coeffs, order, 0) + (1 << (fracbits - 1))) >> fracbits;
676 *f->delay++ = av_clip_int16(res);
708 if (f->delay == f->historybuffer + HISTORY_SIZE + (order * 2)) {
709 memmove(f->historybuffer, f->delay - (order * 2),
711 f->delay = f->historybuffer + order * 2;
H A Datrac3.c78 float delayBuf1[46]; ///<qmf delay buffers
115 int delay; member in struct:__anon494
180 /* Update the delay buffer. */
822 /* Fill the Weighting coeffs delay buffer */
955 q->delay = 0x88E;
973 q->delay = bytestream_get_be16(&edata_ptr);
994 if (q->delay != 0x88E) {
995 av_log(avctx,AV_LOG_ERROR,"Unknown amount of delay %x != 0x88E.\n",q->delay);
H A Davcodec.h470 #define CODEC_FLAG_LOW_DELAY 0x00080000 ///< Force low delay.
525 * Codec has a nonzero delay and needs to be fed with NULL at the end to get the delayed data.
1008 int delay; member in struct:AVCodecContext
1225 * For MPEG-2 it is 1 IPB or 0 low delay IP.
2992 * @note Some codecs have a delay between input and output, these need to be
3200 * Presentation delay of current frame in units of AVCodecContext.time_base.
3206 * This delay represents the difference between decoding and presentation
H A Dmpegvideo_enc.c417 av_log(avctx, AV_LOG_ERROR, "low delay forcing is only available for mpeg2\n");
421 av_log(avctx, AV_LOG_ERROR, "b frames cannot be used with low delay\n");
503 avctx->delay= s->low_delay ? 0 : (s->max_b_frames + 1);
508 avctx->delay= s->low_delay ? 0 : (s->max_b_frames + 1);
524 avctx->delay=0;
534 avctx->delay=0;
545 avctx->delay=0;
563 avctx->delay=0;
571 avctx->delay=0;
576 avctx->delay
[all...]
H A Doptions.c74 {"low_delay", "force low delay", 0, FF_OPT_TYPE_CONST, CODEC_FLAG_LOW_DELAY, INT_MIN, INT_MAX, V|D|E, "flags"},
115 {"delay", NULL, OFFSET(delay), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S279 mov r8, #0x10000 @ R8=0xFFFF (2 steps needed!) it saves a ldr call (because of delay run).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dv4l.c288 int64_t curtime, delay; local
297 delay = s->time_frame * s->time_base.num / s->time_base.den - curtime;
298 if (delay <= 0) {
299 if (delay < INT64_C(-1000000) * s->time_base.num / s->time_base.den) {
300 /* printf("grabbing is %d frames late (dropping)\n", (int) -(delay / 16666)); */
305 ts.tv_sec = delay / 1000000;
306 ts.tv_nsec = (delay % 1000000) * 1000;
H A Dx11grab.c440 int64_t curtime, delay; local
449 delay = s->time_frame * av_q2d(s->time_base) - curtime;
450 if (delay <= 0) {
451 if (delay < INT64_C(-1000000) * av_q2d(s->time_base)) {
456 ts.tv_sec = delay / 1000000;
457 ts.tv_nsec = (delay % 1000000) * 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dflvenc.c54 int delay; ///< first dts delay for AVC member in struct:FLVContext
353 if (!flv->delay && pkt->dts < 0)
354 flv->delay = -pkt->dts;
357 ts = pkt->dts + flv->delay; // add delay to force positive dts
377 flv->duration = FFMAX(flv->duration, pkt->pts + flv->delay + pkt->duration);
H A Dgif.c300 int64_t delay; local
310 delay = gif->file_time - gif->time;
312 /* XXX: should use delay, in order to be more accurate */
H A Dmpegtsenc.c697 const uint64_t delay = av_rescale(s->max_delay, 90000, AV_TIME_BASE); local
701 pts = pkt->pts + delay;
703 dts = pkt->dts + delay;
H A Dutils.c820 int num, den, presentation_delayed, delay, i; local
824 delay= st->codec->has_b_frames;
828 if (delay &&
840 if(delay==1 && pkt->dts == pkt->pts && pkt->dts != AV_NOPTS_VALUE && presentation_delayed){
891 //We skip H264 currently because delay and has_b_frames are not reliably set
892 if((delay==0 || (delay==1 && pc)) && st->codec->codec_id != CODEC_ID_H264){
934 if(pkt->pts != AV_NOPTS_VALUE && delay <= MAX_REORDER_DELAY){
936 for(i=0; i<delay && st->pts_buffer[i] > st->pts_buffer[i+1]; i++)
947 // av_log(NULL, AV_LOG_ERROR, "OUTdelayed:%d/%d pts:%"PRId64", dts:%"PRId64" cur_dts:%"PRId64"\n", presentation_delayed, delay, pk
2592 int delay = FFMAX(st->codec->has_b_frames, !!st->codec->max_b_frames); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Ddes.c362 int delay = cbc && !decrypt ? 2 : 1; local
368 av_des_crypt(&d, large_buffer[delay], large_buffer[0], 10000, cbc ? tmp : NULL, decrypt);
369 res = AV_RB64(large_buffer[9999 + delay]);

Completed in 277 milliseconds

1234567891011>>