Searched refs:time_base (Results 251 - 275 of 417) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dlibdc1394.c172 vst->codec->time_base.den = framerate.num;
173 vst->codec->time_base.num = framerate.den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drmenc.c332 stream->frame_rate = (float)codec->time_base.den / (float)codec->time_base.num;
H A Drtpenc.c130 s->max_frames_per_packet = av_rescale_q(s1->max_delay, (AVRational){1, 1000000}, st->codec->time_base);
213 s1->streams[0]->time_base) + s->base_timestamp;
H A Drtspdec.c83 st->time_base);
358 s->streams[stream_index]->time_base,
H A Dyuv4mpeg.c46 av_reduce(&raten, &rated, st->codec->time_base.den,
47 st->codec->time_base.num, (1UL << 31) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4videodec.c1495 s->time_base = seconds + 60*(minutes + 60*hours);
1574 s->avctx->time_base.den = get_bits(gb, 16);
1575 if(!s->avctx->time_base.den){
1576 av_log(s->avctx, AV_LOG_ERROR, "time_base.den==0\n");
1577 s->avctx->time_base.num = 0;
1581 s->time_increment_bits = av_log2(s->avctx->time_base.den - 1) + 1;
1588 s->avctx->time_base.num = get_bits(gb, s->time_increment_bits);
1590 s->avctx->time_base.num = 1;
1923 s->last_time_base= s->time_base;
1924 s->time_base
[all...]
H A Deatqi.c54 avctx->time_base = (AVRational){1, 15};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dcaca.c181 caca_set_display_time(c->display, av_rescale_q(1, st->codec->time_base, AV_TIME_BASE_Q));
H A Dfbdev_dec.c128 st->codec->time_base = av_inv_q(fbdev->framerate_q);
H A Dlibcdio.c105 avpriv_new_chapter(ctx, i, st->time_base, s->drive->disc_toc[i].dwStartSector,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_ashowinfo.c184 av_ts2str(buf->pts), av_ts2timestr(buf->pts, &inlink->time_base),
H A Dasrc_flite.c230 outlink->time_base = (AVRational){1, flite->wave->sample_rate};
H A Davf_showwaves.c189 outlink->time_base);
H A Dfifo.c125 link->time_base);
H A Dvf_cropdetect.c204 frame->pts == AV_NOPTS_VALUE ? -1 : frame->pts * av_q2d(inlink->time_base),
H A Dvf_mpdecimate.c210 av_ts2str(cur->pts), av_ts2timestr(cur->pts, &inlink->time_base),
H A Dvf_overlay.c346 outlink->time_base = ctx->inputs[MAIN]->time_base;
563 NAN : mainpic->pts * av_q2d(inlink->time_base);
580 av_log(inlink->dst, AV_LOG_DEBUG, "Incoming frame (time:%s) from link #%d\n", av_ts2timestr(inpicref->pts, &inlink->time_base), FF_INLINK_IDX(inlink));
H A Dvf_showinfo.c111 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), av_frame_get_pkt_pos(frame),
H A Dvf_thumbnail.c196 thumb->tb = inlink->time_base;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffmdec.c292 codec->time_base.num = avio_rb32(pb);
293 codec->time_base.den = avio_rb32(pb);
416 codec->time_base.num = avio_rb32(pb);
417 codec->time_base.den = avio_rb32(pb);
H A Dflacdec.c122 avpriv_new_chapter(s, track, st->time_base, start, AV_NOPTS_VALUE, isrc);
H A Dhdsenc.c170 duration = c->streams[0].last_ts * av_q2d(s->streams[0]->time_base);
424 s->streams[os->first_stream + j]->time_base = os->ctx->streams[j]->time_base;
537 av_compare_ts(pkt->dts - st->first_dts, st->time_base,
H A Dinternal.h216 * @param start chapter start time in time_base units
217 * @param end chapter end time in time_base units
222 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
254 * @param timestamp new dts expressed in time_base of param ref_st
255 * @param ref_st reference stream giving time_base of param timestamp
H A Dsmush.c153 vst->avg_frame_rate = av_inv_q(vst->time_base);
H A Dyuv4mpegdec.c252 st->avg_frame_rate = av_inv_q(st->time_base);

Completed in 172 milliseconds

<<11121314151617