Searched refs:time_base (Results 351 - 375 of 417) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenchint.c51 track->timescale = track->rtp_ctx->streams[0]->time_base.den;
H A Dmovenc.c655 if (track->enc->time_base.den == 50) tag = MKTAG('d','v','h','q');
658 if (track->enc->time_base.den == 25) tag = MKTAG('d','v','h','5');
1722 avio_wb64(pb, av_rescale_q(c->start, c->time_base, (AVRational){1,10000000}));
1956 int FrameRate = ((VideoCodec->time_base.den) * (0x10000))/ (VideoCodec->time_base.num);
2161 int64_t end = av_rescale_q(c->end, c->time_base, (AVRational){1,MOV_TIMESCALE});
2162 pkt.pts = pkt.dts = av_rescale_q(c->start, c->time_base, (AVRational){1,MOV_TIMESCALE});
2266 track->timescale = st->codec->time_base.den;
2303 track->timescale = st->codec->time_base.den;
H A Dapplehttp.c656 s->streams[stream_index]->time_base.den :
665 stream_index >= 0 ? s->streams[stream_index]->time_base.den : AV_TIME_BASE,
H A Dmatroskaenc.c583 put_ebml_uint(pb, MATROSKA_ID_TRACKDEFAULTDURATION, av_q2d(codec->time_base)*1E9);
699 av_rescale_q(c->start, c->time_base, scale));
701 av_rescale_q(c->end, c->time_base, scale));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_ebur128.c641 outlink->time_base);
797 av_ts2timestr(pts, &outlink->time_base),
H A Dvf_mp.c493 picref->pts= pts * av_q2d(outlink->time_base);
735 pts= inpic->pts / av_q2d(inlink->time_base);
H A Davf_showspectrum.c471 outlink->time_base);
H A Dvsrc_life.c285 outlink->time_base = av_inv_q(life->frame_rate);
H A Dvsrc_mandelbrot.c170 inlink->time_base = av_inv_q(mb->frame_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c530 AVRational time_base = {1, 1000}; local
554 chapter = avpriv_new_chapter(s, s->nb_chapters + 1, time_base, start, end, dst);
H A Drtspdec.c546 st->time_base);
902 s->streams[stream_index]->time_base,
H A Dmatroskaenc.c797 // st->time_base);
822 && 1.0/av_q2d(st->avg_frame_rate) > av_q2d(codec->time_base))
825 put_ebml_uint(pb, MATROSKA_ID_TRACKDEFAULTDURATION, av_q2d(codec->time_base)*1E9);
998 av_rescale_q(c->start, c->time_base, scale));
1000 av_rescale_q(c->end, c->time_base, scale));
H A Dmvdec.c286 vst->avg_frame_rate = av_inv_q(vst->time_base);
H A Drtpenc.c279 s1->streams[0]->time_base) + s->base_timestamp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavsdec.c636 h->s.avctx->time_base.den = avpriv_frame_rate_tab[frame_rate_code].num;
637 h->s.avctx->time_base.num = avpriv_frame_rate_tab[frame_rate_code].den;
H A Dlibx264.c432 x4->params.i_fps_num = x4->params.i_timebase_den = avctx->time_base.den;
433 x4->params.i_fps_den = x4->params.i_timebase_num = avctx->time_base.num;
H A Dpthread.c406 dst->time_base = src->time_base;
H A Dvc1.c489 v->s.avctx->time_base.num = 32;
490 v->s.avctx->time_base.den = get_bits(gb, 16) + 1;
496 v->s.avctx->time_base.num = ff_vc1_fps_dr[dr - 1];
497 v->s.avctx->time_base.den = ff_vc1_fps_nr[nr - 1] * 1000;
501 v->s.avctx->time_base.den *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavsdec.c1150 h->avctx->time_base.den = ff_mpeg12_frame_rate_tab[frame_rate_code].num;
1151 h->avctx->time_base.num = ff_mpeg12_frame_rate_tab[frame_rate_code].den;
H A Dlibvpxenc.c290 enccfg.g_timebase.num = avctx->time_base.num;
291 enccfg.g_timebase.den = avctx->time_base.den;
H A Dpthread_frame.c198 dst->time_base = src->time_base;
H A Dvc1.c481 v->s.avctx->time_base.num = 32;
482 v->s.avctx->time_base.den = get_bits(gb, 16) + 1;
488 v->s.avctx->time_base.num = ff_vc1_fps_dr[dr - 1];
489 v->s.avctx->time_base.den = ff_vc1_fps_nr[nr - 1] * 1000;
493 v->s.avctx->time_base.den *= 2;
H A Dh261dec.c490 s->avctx->time_base = (AVRational) { 1001, 30000 };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dismindex.c337 track->timescale = st->time_base.den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c377 c->time_base = (AVRational){1,25};

Completed in 234 milliseconds

<<11121314151617