Searched refs:time_base (Results 51 - 75 of 369) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dnutenc.c266 val += nus->time_base - nut->time_base;
332 put_v(bc, nut->time_base[i].num);
333 put_v(bc, nut->time_base[i].den);
408 put_v(bc, nut->stream[i].time_base - nut->time_base);
559 nut->time_base= av_mallocz(sizeof(AVRational )*s->nb_streams);
564 AVRational time_base; local
565 ff_parse_specific_params(st->codec, &time_base.den, &ssize, &time_base
[all...]
H A Dcdg.c43 vst->duration = (ret * vst->time_base.den) / (CDG_PACKET_SIZE * 300);
H A Doggparseflac.c68 st->time_base.num = 1;
69 st->time_base.den = st->codec->sample_rate;
H A Dutils.c764 if(st->time_base.num*1000LL > st->time_base.den){
765 *pnum = st->time_base.num;
766 *pden = st->time_base.den;
767 }else if(st->codec->time_base.num*1000LL > st->codec->time_base.den){
768 *pnum = st->codec->time_base.num;
769 *pden = st->codec->time_base.den;
922 pkt->duration = av_rescale_rnd(1, num * (int64_t)st->time_base.den, den * (int64_t)st->time_base
2559 ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dlibav.h161 return (vc->time_base.den ? (s->r_frame_rate.num / vc->time_base.den) : 0);
163 return (vc->time_base.den ? (s->avg_frame_rate.num / vc->time_base.den) : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dlibav.h161 return (vc->time_base.den ? (s->r_frame_rate.num / vc->time_base.den) : 0);
163 return (vc->time_base.den ? (s->avg_frame_rate.num / vc->time_base.den) : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibxvid_rc.c76 xvid_plg_create.fbase= s->avctx->time_base.den;
77 xvid_plg_create.fincr= s->avctx->time_base.num;
96 xvid_plg_data.fbase= s->avctx->time_base.den;
97 xvid_plg_data.fincr= s->avctx->time_base.num;
H A Dflvenc.c32 put_bits(&s->pb, 8, (((int64_t)s->picture_number * 30 * s->avctx->time_base.num) / //FIXME use timestamp
33 s->avctx->time_base.den) & 0xff); /* TemporalReference */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dcdg.c43 vst->duration = (ret * vst->time_base.den) / (CDG_PACKET_SIZE * 300);
H A Doggparseflac.c68 st->time_base.num = 1;
69 st->time_base.den = st->codec->sample_rate;
H A Dutils.c764 if(st->time_base.num*1000LL > st->time_base.den){
765 *pnum = st->time_base.num;
766 *pden = st->time_base.den;
767 }else if(st->codec->time_base.num*1000LL > st->codec->time_base.den){
768 *pnum = st->codec->time_base.num;
769 *pden = st->codec->time_base.den;
922 pkt->duration = av_rescale_rnd(1, num * (int64_t)st->time_base.den, den * (int64_t)st->time_base
2559 ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title) argument
[all...]
H A Doutput-example.c161 pkt.pts= av_rescale_q(c->coded_frame->pts, c->time_base, st->time_base);
213 c->time_base.den = STREAM_FRAME_RATE;
214 c->time_base.num = 1;
386 pkt.pts= av_rescale_q(c->coded_frame->pts, c->time_base, st->time_base);
506 audio_pts = (double)audio_st->pts.val * audio_st->time_base.num / audio_st->time_base.den;
511 video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibxvid_rc.c76 xvid_plg_create.fbase= s->avctx->time_base.den;
77 xvid_plg_create.fincr= s->avctx->time_base.num;
96 xvid_plg_data.fbase= s->avctx->time_base.den;
97 xvid_plg_data.fincr= s->avctx->time_base.num;
H A Dflvenc.c32 put_bits(&s->pb, 8, (((int64_t)s->picture_number * 30 * s->avctx->time_base.num) / //FIXME use timestamp
33 s->avctx->time_base.den) & 0xff); /* TemporalReference */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dcdg.c43 vst->duration = (ret * vst->time_base.den) / (CDG_PACKET_SIZE * 300);
H A Doggparseflac.c68 st->time_base.num = 1;
69 st->time_base.den = st->codec->sample_rate;
H A Dutils.c764 if(st->time_base.num*1000LL > st->time_base.den){
765 *pnum = st->time_base.num;
766 *pden = st->time_base.den;
767 }else if(st->codec->time_base.num*1000LL > st->codec->time_base.den){
768 *pnum = st->codec->time_base.num;
769 *pden = st->codec->time_base.den;
922 pkt->duration = av_rescale_rnd(1, num * (int64_t)st->time_base.den, den * (int64_t)st->time_base
2559 ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlibxvid_rc.c76 xvid_plg_create.fbase= s->avctx->time_base.den;
77 xvid_plg_create.fincr= s->avctx->time_base.num;
96 xvid_plg_data.fbase= s->avctx->time_base.den;
97 xvid_plg_data.fincr= s->avctx->time_base.num;
H A Dflvenc.c32 put_bits(&s->pb, 8, (((int64_t)s->picture_number * 30 * s->avctx->time_base.num) / //FIXME use timestamp
33 s->avctx->time_base.den) & 0xff); /* TemporalReference */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dlibav.h161 return (vc->time_base.den ? (s->r_frame_rate.num / vc->time_base.den) : 0);
163 return (vc->time_base.den ? (s->avg_frame_rate.num / vc->time_base.den) : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffprobe.c93 static char *time_value_string(char *buf, int buf_size, int64_t val, const AVRational *time_base) argument
98 value_string(buf, buf_size, val * av_q2d(*time_base), unit_second_str);
139 printf("codec_time_base=%d/%d\n", dec_ctx->time_base.num, dec_ctx->time_base.den);
188 printf("time_base=%d/%d\n", stream->time_base.num, stream->time_base.den);
192 &stream->time_base));
194 &stream->time_base));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffprobe.c93 static char *time_value_string(char *buf, int buf_size, int64_t val, const AVRational *time_base) argument
98 value_string(buf, buf_size, val * av_q2d(*time_base), unit_second_str);
139 printf("codec_time_base=%d/%d\n", dec_ctx->time_base.num, dec_ctx->time_base.den);
188 printf("time_base=%d/%d\n", stream->time_base.num, stream->time_base.den);
192 &stream->time_base));
194 &stream->time_base));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffprobe.c93 static char *time_value_string(char *buf, int buf_size, int64_t val, const AVRational *time_base) argument
98 value_string(buf, buf_size, val * av_q2d(*time_base), unit_second_str);
139 printf("codec_time_base=%d/%d\n", dec_ctx->time_base.num, dec_ctx->time_base.den);
188 printf("time_base=%d/%d\n", stream->time_base.num, stream->time_base.den);
192 &stream->time_base));
194 &stream->time_base));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavdevice/
H A Dx11grab.c58 AVRational time_base; /**< Time base */ member in struct:x11_grab
113 if (ap->width <= 0 || ap->height <= 0 || ap->time_base.den <= 0) {
222 x11grab->time_base = ap->time_base;
223 x11grab->time_frame = av_gettime() / av_q2d(ap->time_base);
234 st->codec->time_base = ap->time_base;
235 st->codec->bit_rate = x11grab->frame_size * 1/av_q2d(ap->time_base) * 8;
362 delay = s->time_frame * av_q2d(s->time_base) - curtime;
364 if (delay < INT64_C(-1000000) * av_q2d(s->time_base)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dx11grab.c58 AVRational time_base; /**< Time base */ member in struct:x11_grab
113 if (ap->width <= 0 || ap->height <= 0 || ap->time_base.den <= 0) {
222 x11grab->time_base = ap->time_base;
223 x11grab->time_frame = av_gettime() / av_q2d(ap->time_base);
234 st->codec->time_base = ap->time_base;
235 st->codec->bit_rate = x11grab->frame_size * 1/av_q2d(ap->time_base) * 8;
362 delay = s->time_frame * av_q2d(s->time_base) - curtime;
364 if (delay < INT64_C(-1000000) * av_q2d(s->time_base)) {
[all...]

Completed in 237 milliseconds

1234567891011>>