Searched refs:time_base (Results 376 - 400 of 417) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261dec.c466 s->avctx->time_base= (AVRational){1001, 30000};
H A Dmpegvideo.h512 int time_base; ///< time in seconds of last I,P,S Frame member in struct:MpegEncContext
H A Dvdpau.c335 render->info.mpeg4.vop_time_increment_resolution = s->avctx->time_base.den;
H A Ddv.c1082 avctx->time_base = s->sys->time_base;
H A Dmsmpeg4.c411 put_bits(&s->pb, 5, s->avctx->time_base.den / s->avctx->time_base.num); //yes 29.97 -> 29
H A Doptions.c146 {"time_base", NULL, OFFSET(time_base), AV_OPT_TYPE_RATIONAL, {.dbl = 0}, INT_MIN, INT_MAX},
565 s->time_base = (AVRational){0,1};
H A Dmpeg12.c1243 avctx->time_base.den = avpriv_frame_rate_tab[s->frame_rate_index].num;
1244 avctx->time_base.num = avpriv_frame_rate_tab[s->frame_rate_index].den;
1250 av_reduce(&s->avctx->time_base.den,
1251 &s->avctx->time_base.num,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.h525 int time_base; ///< time in seconds of last I,P,S Frame member in struct:MpegEncContext
H A Dh264.c689 if(h->avctx->time_base.den < INT_MAX/2) {
690 h->avctx->time_base.den *= 2;
692 h->avctx->time_base.num /= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c1088 now= frame->pts*av_q2d(ctx->inputs[0]->time_base) + s->basetime/1000000;
1252 NAN : frame->pts * av_q2d(inlink->time_base);
H A Dvf_lut3d.c683 outlink->time_base = ctx->inputs[0]->time_base;
H A Daf_atempo.c1058 outlink->time_base);
H A Daf_ladspa.c312 outlink->time_base = (AVRational){1, s->sample_rate};
H A Davf_showcqt.c411 outlink->time_base = av_make_q(1, s->fps);
H A Dvf_rotate.c477 rot->var_values[VAR_T] = TS2T(in->pts, inlink->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegtsenc.c582 pcr_st->codec->time_base.den/(10*pcr_st->codec->time_base.num);
H A Dmxfdec.c1026 seconds = av_rescale(sample_time, st->time_base.num, st->time_base.den);
H A Drtsp.c1795 rtpctx->rtcp_ts_offset, st->time_base,
1796 st2->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1583 AV_TIME_BASE_Q, in_ch->time_base);
1585 av_rescale_q(ofile->recording_time, AV_TIME_BASE_Q, in_ch->time_base);
1598 out_ch->time_base = in_ch->time_base;
2171 fr = c->time_base.den * 1000 / c->time_base.num;
H A Dffmpeg_filter.c634 ist->st->time_base;
662 "video_size=%dx%d:pix_fmt=%d:time_base=%d/%d:"
741 av_bprintf(&args, "time_base=%d/%d:sample_rate=%d:sample_fmt=%s",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c1532 st->codec->time_base.den = st->codec->extradata[16]; /* number of frame */
1533 st->codec->time_base.num = 1;
3397 avpriv_new_chapter(s, i, st->time_base, sample->timestamp, end, title);
3409 AVRational rate = {st->codec->time_base.den,
3410 st->codec->time_base.num};
3834 timestamp = av_rescale_q(seek_timestamp, s->streams[stream_index]->time_base, st->time_base);
H A Dasfenc.c321 int64_t pres_time = av_rescale_q(c->start, c->time_base, scale);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_enc.c642 s->timestamp += av_rescale_q(samples, r, st->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h623 * presentation timestamp in time_base units (time when frame should be shown to user)\
624 * If AV_NOPTS_VALUE then frame_rate = 1/time_base will be assumed.\
924 AVRational time_base; member in struct:AVCodecContext
2330 * Most notably, H.264 and MPEG-2 specify time_base as half of frame duration
2333 * Set to time_base ticks per frame. Default 1, e.g., H.264/MPEG-2 set it to 2.
3122 * frame_duration = (1 + repeat_pict) * time_base
3186 * units of AVCodecContext.time_base.
3200 * Presentation delay of current frame in units of AVCodecContext.time_base.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c1083 *tb = ctx->inputs[0]->time_base;

Completed in 181 milliseconds

<<11121314151617