Searched refs:fps (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat.c109 struct field_params *fps, int interval)
115 if (!fps->num) {
118 fps->params[j].lf = &lf->fields[i];
119 fps->params[j].lf->file->interval.tv_sec =
121 if (!fps->params[j].print.width)
122 fps->params[j].print.width =
127 fps->num = j;
131 for (i = 0; i < fps->num; i++) {
132 fps->params[i].lf = lnstat_find_field(lnstat_files,
133 fps
108 map_field_params(struct lnstat_file *lnstat_files, struct field_params *fps, int interval) argument
151 build_hdr_string(struct lnstat_file *lnstat_files, struct field_params *fps, int linewidth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dvc1test.c47 int fps, frames; local
69 fps = get_le32(pb);
70 if(fps == -1)
73 av_set_pts_info(st, 24, 1, fps);
H A Dthp.c32 AVRational fps; member in struct:ThpDemuxContext
70 thp->fps = av_d2q(av_int2flt(get_be32(pb)), INT_MAX);
100 /* The denominator and numerator are switched because 1/fps
102 av_set_pts_info(st, 64, thp->fps.den, thp->fps.num);
108 st->codec->sample_rate = av_q2d(thp->fps);
H A Ddxa.c53 int32_t fps; local
68 fps = get_be32(pb);
69 if(fps > 0){
71 num = fps;
72 }else if (fps < 0){
74 num = -fps;
H A Dbfi.c55 int fps, chunk_header; local
74 fps = get_le32(pb);
89 av_set_pts_info(vstream, 32, 1, fps);
H A Dgxf.c182 * \brief convert fps tag value to AVRational fps
183 * \param fps fps value from tag
184 * \return fps as AVRational, or 0 / 0 if unknown
186 static AVRational fps_tag2avr(int32_t fps) { argument
188 if (fps < 1 || fps > 9) fps = 9;
189 return ff_frame_rate_tab[9 - fps]; // value
339 AVRational fps; local
[all...]
H A D4xm.c80 float fps; member in struct:FourxmDemuxContext
106 fourxm->fps = 1.0;
132 fourxm->fps = av_int2flt(AV_RL32(&header[i + 12]));
148 av_set_pts_info(st, 60, 1, fourxm->fps);
H A Drpl.c87 /** Parsing for fps, which can be a fraction. Unfortunately,
122 AVRational fps; local
150 fps = read_fps(line, &error);
151 av_set_pts_info(vst, 32, fps.den, fps.num);
H A Davs.c33 int fps; member in struct:avs_format
68 avs->fps = get_le16(s->pb);
188 1, avs->fps};
H A Dnuv.c127 double aspect, fps; local
144 fps = av_int2dbl(get_le64(pb));
164 vst->r_frame_rate = av_d2q(fps, 60000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dvideo1394.h47 unsigned int fps; member in struct:video1394_mmap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dlibdc1394.c57 int fps; member in struct:dc1394_data
95 struct dc1394_frame_rate *fps; local
105 for (fps = dc1394_frame_rates; fps->frame_rate; fps++)
106 if (fps->frame_rate == frame_rate)
109 if (!fps->frame_rate || !fmt->width) {
110 av_log(c, AV_LOG_ERROR, "Can't find matching camera format for %s, %dx%d@%d:1000fps\n", avcodec_get_pix_fmt_name(pix_fmt),
122 vst->codec->time_base.den = fps->frame_rate;
135 dc1394->fps
153 struct dc1394_frame_rate *fps = NULL; local
246 struct dc1394_frame_rate *fps = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dptrace.c434 struct fps { struct
445 struct fps __user *fps = (struct fps __user *) addr; local
448 if (copy_to_user(&fps->regs[0], fpregs,
450 __put_user(task_thread_info(child)->xfsr[0], (&fps->fsr)) ||
451 __put_user(0, (&fps->fpqd)) ||
452 __put_user(0, (&fps->flags)) ||
453 __put_user(0, (&fps->extra)) ||
454 clear_user(&fps
463 struct fps { struct
467 struct fps __user *fps = (struct fps __user *) addr; local
481 struct fps { struct
492 struct fps __user *fps = (struct fps __user *) addr; local
512 struct fps { struct
516 struct fps __user *fps = (struct fps __user *) addr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dptrace.c408 struct fps { struct
419 struct fps __user *fps = (struct fps __user *) addr; local
422 if (!access_ok(VERIFY_WRITE, fps, sizeof(struct fps))) {
428 __put_user(child->thread.float_regs[i], (&fps->regs[i]));
429 __put_user(child->thread.fsr, (&fps->fsr));
430 __put_user(child->thread.fpqdepth, (&fps->fpqd));
431 __put_user(0, (&fps
443 struct fps { struct
454 struct fps __user *fps = (struct fps __user *) addr; local
[all...]
H A Dprocess.c84 static unsigned long fps; local
98 fps = (fps + (faults - last_faults)) >> 1;
100 if (fps >= SUN4C_FAULT_HIGH) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dkonicawc.c72 static int speed = 6; /* Speed (fps) 0 (slowest) to 6 (fastest) */
83 * real fps.
621 static int konicawc_find_fps(int size, int fps) argument
625 fps *= 3;
626 DEBUG(1, "konica_find_fps: size = %d fps = %d", size, fps);
627 if(fps <= spd_to_fps[size][0])
630 if(fps >= spd_to_fps[size][MAX_SPEED])
634 if((fps >= spd_to_fps[size][i]) && (fps <
653 int fps = vw->flags; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-v4l.c290 int ret, fps, snapshot, compression, pixelformat; local
299 fps = pdev->vframes;
303 fps = (f->fmt.pix.priv & PWC_FPS_FRMASK) >> PWC_FPS_SHIFT;
304 if (fps == 0)
305 fps = pdev->vframes;
313 PWC_DEBUG_IOCTL("Try to change format to: width=%d height=%d fps=%d "
315 f->fmt.pix.width, f->fmt.pix.height, fps,
325 fps,
475 int fps, snapshot, ret; local
477 fps
[all...]
H A Dpwc-ctrl.c197 int ret, fps; local
222 fps = frames2table[frames];
223 pEntry = &Nala_table[size][fps];
265 int ret, fps; local
271 fps = (frames / 5) - 1;
278 pChoose = &Timon_table[size][fps][compression];
317 int fps, ret; local
325 fps = (frames / 5) - 1;
327 /* special case: VGA @ 5 fps and snapshot is raw bayer mode */
345 pChoose = &Kiara_table[size][fps][compressio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dratecontrol.c246 rcc->pass1_wanted_bits+= s->bit_rate/(1/av_q2d(s->avctx->time_base)); //FIXME misbehaves a little for variable fps
271 const double fps= 1/av_q2d(s->avctx->time_base); local
273 const double min_rate= s->avctx->rc_min_rate/fps;
274 const double max_rate= s->avctx->rc_max_rate/fps;
441 const double fps= 1/av_q2d(s->avctx->time_base); local
442 const double min_rate= s->avctx->rc_min_rate / fps;
443 const double max_rate= s->avctx->rc_max_rate / fps;
668 double fps; local
688 fps= 1/av_q2d(s->avctx->time_base);
716 wanted_bits= (uint64_t)(s->bit_rate*(double)picture_number/fps);
833 double fps= 1/av_q2d(s->avctx->time_base); local
[all...]
H A Dlibxvidff.c556 float est_fps, fps; local
573 fps = (float)frate / (float)fbase;
574 est_fps = roundf(fps * 1000.0) / 1000.0;
594 est_fps, (((est_fps - fps)/fps) * 100.0));
H A Dmpeg12enc.c145 av_log(avctx, AV_LOG_ERROR, "MPEG1/2 does not support %d/%d fps\n", avctx->time_base.den, avctx->time_base.num);
148 av_log(avctx, AV_LOG_INFO, "MPEG1/2 does not support %d/%d fps, there may be AV sync issues\n", avctx->time_base.den, avctx->time_base.num);
176 av_log(avctx, AV_LOG_ERROR, "Drop frame time code only allowed with 1001/30000 fps\n");
194 unsigned int fps, v; local
289 fps = (framerate.num + framerate.den/2)/ framerate.den;
300 put_bits(&s->pb, 5, (uint32_t)((time_code / (fps * 3600)) % 24));
301 put_bits(&s->pb, 6, (uint32_t)((time_code / (fps * 60)) % 60));
303 put_bits(&s->pb, 6, (uint32_t)((time_code / fps) % 60));
304 put_bits(&s->pb, 6, (uint32_t)((time_code % fps)));
H A Dwmv2dec.c84 int fps; local
91 fps = get_bits(&gb, 5);
106 av_log(s->avctx, AV_LOG_DEBUG, "fps:%d, br:%d, qpbit:%d, abt_flag:%d, j_type_bit:%d, tl_mv_flag:%d, mbrl_bit:%d, code:%d, loop_filter:%d, slices:%d\n",
107 fps, s->bit_rate, w->mspel_bit, w->abt_flag, w->j_type_bit, w->top_left_mv_flag, w->per_mb_rl_bit, code, s->loop_filter,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dmts64.c76 u8 fps; member in struct:mts64
360 * 0 24 fps
361 * 1 25 fps
362 * 2 29.97 fps
363 * 3 30 fps (Drop-frame)
364 * 4 30 fps
371 static u8 fps[5] = { MTS64_CMD_SMPTE_FPS_24, local
384 mts64_write_command(p, fps[idx]);
483 mts->fps);
635 uctl->value.enumerated.item[0] = mts->fps;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c270 unsigned int fps; member in struct:vino_channel_settings
1550 unsigned int fps)
1557 fps = (unsigned int)(fps / 6) * 6;
1559 if (fps < vino_data_norms[vcs->data_norm].fps_min)
1560 fps = vino_data_norms[vcs->data_norm].fps_min;
1561 if (fps > vino_data_norms[vcs->data_norm].fps_max)
1562 fps = vino_data_norms[vcs->data_norm].fps_max;
1564 switch (fps) {
1587 fps
1549 vino_set_framerate(struct vino_channel_settings *vcs, unsigned int fps) argument
[all...]
H A Dcpia.h260 int fps; /* actual fps reported by the camera */ member in struct:cam_data

Completed in 205 milliseconds

12