Searched refs:time_base (Results 276 - 300 of 417) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddpx.c156 avctx->time_base = av_inv_q(q);
H A Deacmv.c157 s->avctx->time_base = (AVRational){ 1, fps };
H A Dlibvorbisdec.c102 avccontext->time_base= (AVRational){1, avccontext->sample_rate};
H A Dlibx264.c606 x4->params.i_timebase_den = avctx->time_base.den;
607 x4->params.i_timebase_num = avctx->time_base.num;
608 x4->params.i_fps_num = avctx->time_base.den;
609 x4->params.i_fps_den = avctx->time_base.num * avctx->ticks_per_frame;
H A Dvaapi_mpeg4.c91 pic_param->vop_time_increment_resolution = avctx->time_base.den;
H A Dmpeg12enc.c109 AVRational target = av_inv_q(s->avctx->time_base);
156 avctx->time_base.den, avctx->time_base.num);
161 avctx->time_base.den, avctx->time_base.num);
H A Dmpegvideo_enc.c435 avctx->bit_rate * (int64_t)avctx->time_base.num >
436 avctx->rc_buffer_size * (int64_t)avctx->time_base.den) {
442 avctx->bit_rate * av_q2d(avctx->time_base) >
446 avctx->bit_rate_tolerance = 5 * avctx->bit_rate * av_q2d(avctx->time_base);
631 if (!avctx->time_base.den || !avctx->time_base.num) {
649 i = av_gcd(avctx->time_base.den, avctx->time_base.num);
652 avctx->time_base.den /= i;
653 avctx->time_base
[all...]
H A Dutils.c1429 (!avctx->time_base.num || !avctx->time_base.den)) {
1430 avctx->time_base.num = 1;
1431 avctx->time_base.den = avctx->sample_rate;
1944 if (avctx->sample_rate && avctx->time_base.num)
2967 int g = av_gcd(enc->time_base.num, enc->time_base.den);
2970 enc->time_base.num / g, enc->time_base.den / g);
2992 int g = av_gcd(enc->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibspeexenc.c263 avctx->time_base);
H A Dlibvorbis.c233 avccontext->coded_frame->pts = av_rescale_q(op2->granulepos, (AVRational) { 1, avccontext->sample_rate }, avccontext->time_base);
H A Dvaapi_mpeg4.c89 pic_param->vop_time_increment_resolution = avctx->time_base.den;
H A Dratecontrol.c243 rcc->pass1_wanted_bits+= s->bit_rate/(1/av_q2d(s->avctx->time_base)); //FIXME misbehaves a little for variable fps
268 const double fps= 1/av_q2d(s->avctx->time_base);
437 const double fps= 1/av_q2d(s->avctx->time_base);
683 fps= 1/av_q2d(s->avctx->time_base);
820 double fps= 1/av_q2d(s->avctx->time_base);
H A Dmpegvideo_enc.c423 avctx->bit_rate * (int64_t)avctx->time_base.num >
424 avctx->rc_buffer_size * (int64_t)avctx->time_base.den) {
430 avctx->bit_rate * av_q2d(avctx->time_base) >
598 if (!avctx->time_base.den || !avctx->time_base.num) {
621 i = av_gcd(avctx->time_base.den, avctx->time_base.num);
624 avctx->time_base.den /= i;
625 avctx->time_base.num /= i;
649 s->avctx->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dfbdev.c168 st->codec->time_base = (AVRational){fbdev->framerate_q.den, fbdev->framerate_q.num};
H A Dlibcdio.c100 avpriv_new_chapter(ctx, i, st->time_base, s->drive->disc_toc[i].dwStartSector,
H A Dv4l2.c638 s1->streams[0]->codec->time_base.den = tpf->denominator;
639 s1->streams[0]->codec->time_base.num = tpf->numerator;
642 av_rescale_q(1, s1->streams[0]->codec->time_base,
791 st->codec->bit_rate = s->frame_size * 1/av_q2d(st->codec->time_base) * 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Davfilter.c194 if (link->time_base.num == 0 && link->time_base.den == 0)
195 link->time_base = link->src && link->src->input_count ?
196 link->src->inputs[0]->time_base : AV_TIME_BASE_Q;
H A Davfilter.h616 AVRational time_base; member in struct:AVFilterLink
H A Dvf_cropdetect.c187 picref->pts == AV_NOPTS_VALUE ? -1 : picref->pts * av_q2d(inlink->time_base),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davs.c191 avs->st_video->codec->time_base = (AVRational) {
H A Dsegment.c191 av_compare_ts(pkt->pts, st->time_base,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c1387 avpriv_set_pts_info(st, ist->pts_wrap_bits, ist->time_base.num, ist->time_base.den);
1481 pls->ctx->streams[pls->pkt.stream_index]->time_base,
1495 pls->ctx->streams[pls->pkt.stream_index]->time_base,
1506 return pls->ctx->streams[pls->pkt.stream_index]->time_base;
1603 pls->ctx->streams[pls->pkt.stream_index]->time_base,
1637 s->streams[stream_index]->time_base.den,
H A Dmovenc.c917 if (track->st->time_base.den == 50) tag = MKTAG('d','v','h','q');
920 if (track->st->time_base.den == 25) tag = MKTAG('d','v','h','5');
932 AVRational rate = {st->codec->time_base.den, st->codec->time_base.num};
1333 int frame_duration = av_rescale(track->timescale, track->enc->time_base.num, track->enc->time_base.den);
1334 int nb_frames = 1.0/av_q2d(track->enc->time_base) + 0.5;
2398 avio_wb64(pb, av_rescale_q(c->start, c->time_base, (AVRational){1,10000000}));
3084 int frame_rate = ((video_st->time_base.den) * (0x10000)) / (video_st->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_compand.c262 inlink->time_base);
304 (AVRational){ 1, outlink->sample_rate }, outlink->time_base);
H A Dbuffersink.c171 link->time_base);
212 link->time_base);

Completed in 403 milliseconds

<<11121314151617