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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmux.c110 q = st->time_base;
254 if (!st->time_base.num && codec->time_base.num) {
255 av_log(s, AV_LOG_WARNING, "Using AVStream.codec.time_base as a "
257 "AVStream.time_base instead.\n");
258 avpriv_set_pts_info(st, 64, codec->time_base.num, codec->time_base.den);
263 if (!st->time_base.num) {
392 den = (int64_t)st->time_base.num * st->codec->sample_rate;
395 den = (int64_t)st->time_base
[all...]
H A Ddump.c81 int dump_payload, AVRational time_base)
85 HEXDUMP_PRINT(" duration=%0.3f\n", pkt->duration * av_q2d(time_base));
91 HEXDUMP_PRINT("%0.3f", pkt->dts * av_q2d(time_base));
97 HEXDUMP_PRINT("%0.3f", pkt->pts * av_q2d(time_base));
106 pkt_dump_internal(NULL, f, 0, pkt, dump_payload, st->time_base);
112 pkt_dump_internal(avcl, NULL, level, pkt, dump_payload, st->time_base);
309 st->time_base.num, st->time_base.den);
331 if (st->time_base.den && st->time_base
80 pkt_dump_internal(void *avcl, FILE *f, int level, const AVPacket *pkt, int dump_payload, AVRational time_base) argument
[all...]
H A Dseek-test.c126 ts_str(dts_buf, pkt.dts, st->time_base);
127 ts_str(ts_buf, pkt.pts, st->time_base);
142 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
147 ts_str(ts_buf, timestamp, stream_id < 0 ? AV_TIME_BASE_Q : st->time_base);
H A Dffmetaenc.c77 avio_printf(s->pb, "TIMEBASE=%d/%d\n", ch->time_base.num, ch->time_base.den);
H A Dmxf.c131 AVRational time_base)
133 int idx = av_find_nearest_q_idx(time_base, mxf_time_base);
134 AVRational diff = av_sub_q(time_base, mxf_time_base[idx]);
141 if (av_cmp_q(time_base, mxf_time_base[idx]))
144 time_base.num, time_base.den,
145 mxf_spf[idx].time_base.num,
146 mxf_spf[idx].time_base.den);
130 ff_mxf_get_samples_per_frame(AVFormatContext *s, AVRational time_base) argument
H A Dnut.c219 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) argument
225 time_base.num * (int64_t)nut->stream[i].time_base->den,
226 time_base.den * (int64_t)nut->stream[i].time_base->num,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_separatefields.c43 outlink->time_base.num = inlink->time_base.num;
44 outlink->time_base.den = inlink->time_base.den * 2;
H A Dsetpts.c121 setpts->var_values[VAR_TB] = av_q2d(inlink->time_base);
161 setpts->var_values[VAR_STARTT ] = TS2T(frame->pts, inlink->time_base);
164 setpts->var_values[VAR_T ] = TS2T(frame->pts, inlink->time_base);
195 av_log(inlink->dst, AV_LOG_DEBUG, " -> PTS:%s T:%f\n", d2istr(d), TS2T(d, inlink->time_base));
204 setpts->var_values[VAR_PREV_INT ] = TS2T(in_pts, inlink->time_base);
206 setpts->var_values[VAR_PREV_OUTT] = TS2T(frame->pts, inlink->time_base);
H A Dbuffersrc.c47 AVRational time_base; ///< time_base to set in the output link member in struct:BufferSourceContext
311 if (c->pix_fmt == AV_PIX_FMT_NONE || !c->w || !c->h || av_q2d(c->time_base) <= 0) {
321 c->time_base.num, c->time_base.den, c->frame_rate.num, c->frame_rate.den,
344 { "time_base_num", "deprecated, do not use", OFFSET(time_base.num), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, V },
345 { "time_base_den", "deprecated, do not use", OFFSET(time_base.den), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, V },
351 { "time_base", NULL, OFFSET(time_base), AV_OPT_TYPE_RATIONAL, { .dbl = 0 }, 0, DBL_MAX, V },
360 { "time_base", NUL
[all...]
H A Dvf_telecine.c160 outlink->time_base = av_mul_q(inlink->time_base, tc->pts);
162 inlink->time_base.num, inlink->time_base.den, outlink->time_base.num, outlink->time_base.den);
164 tc->ts_unit = av_q2d(av_inv_q(av_mul_q(fps, outlink->time_base)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dgraph2dot.c90 link->time_base.num, link->time_base.den);
99 link->time_base.num, link->time_base.den);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcpia.c200 * Set some reasonable time_base to skip this.
202 if (avctx->time_base.num == 1 && avctx->time_base.den == 1000000) {
203 avctx->time_base.num = 1;
204 avctx->time_base.den = 60;
H A Ddv_profile.h44 AVRational time_base; /* 1/framerate */ member in struct:AVDVProfile
H A Dlibxvid_rc.c80 xvid_plg_create.fbase= s->avctx->time_base.den;
81 xvid_plg_create.fincr= s->avctx->time_base.num;
99 xvid_plg_data.fbase= s->avctx->time_base.den;
100 xvid_plg_data.fincr= s->avctx->time_base.num;
H A Ddvd_nav_parser.c56 avctx->time_base.num = 1;
57 avctx->time_base.den = 90000;
H A Dmpegvideo_parser.c73 pc->frame_rate.den = avctx->time_base.den = ff_mpeg12_frame_rate_tab[frame_rate_index].num;
74 pc->frame_rate.num = avctx->time_base.num = ff_mpeg12_frame_rate_tab[frame_rate_index].den;
98 avctx->time_base.den = pc->frame_rate.den * (frame_rate_ext_n + 1) * 2;
99 avctx->time_base.num = pc->frame_rate.num * (frame_rate_ext_d + 1);
180 s->pict_type, (double)avctx->time_base.den / avctx->time_base.num, s->repeat_pict);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcdg.c46 vst->duration = (ret * vst->time_base.den) / (CDG_PACKET_SIZE * 300);
H A Dffmetaenc.c77 avio_printf(s->pb, "TIMEBASE=%d/%d\n", ch->time_base.num, ch->time_base.den);
H A Dtxd.c48 st->codec->time_base.den = 5;
49 st->codec->time_base.num = 1;
H A Doggparseogm.c83 st->codec->time_base.den = spu * 10000000;
84 st->codec->time_base.num = time_unit;
85 avpriv_set_pts_info(st, 64, st->codec->time_base.num, st->codec->time_base.den);
120 st->codec->time_base.den = 10000000;
121 st->codec->time_base.num = AV_RL64(p + 164);
H A Doutput-example.c170 pkt.pts= av_rescale_q(c->coded_frame->pts, c->time_base, st->time_base);
222 c->time_base.den = STREAM_FRAME_RATE;
223 c->time_base.num = 1;
395 pkt.pts= av_rescale_q(c->coded_frame->pts, c->time_base, st->time_base);
515 audio_pts = (double)audio_st->pts.val * audio_st->time_base.num / audio_st->time_base.den;
520 video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c101 const AVRational *time_base)
106 value_string(buf, buf_size, val * av_q2d(*time_base), unit_second_str);
145 pkt->pts, &st->time_base));
148 pkt->dts, &st->time_base));
153 &st->time_base));
194 dec_ctx->time_base.num, dec_ctx->time_base.den);
242 printf("time_base=%d/%d\n",
243 stream->time_base.num, stream->time_base
100 time_value_string(char *buf, int buf_size, int64_t val, const AVRational *time_base) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dfiltering_video.c103 "video_size=%dx%d:pix_fmt=%d:time_base=%d/%d:pixel_aspect=%d/%d",
105 dec_ctx->time_base.num, dec_ctx->time_base.den,
155 static void display_frame(const AVFrame *frame, AVRational time_base) argument
166 time_base, AV_TIME_BASE_Q);
240 display_frame(filt_frame, buffersink_ctx->inputs[0]->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_buffer.c35 AVRational time_base; ///< time_base to set in the output link member in struct:__anon2100
99 &c->time_base.num, &c->time_base.den,
141 link->time_base = c->time_base;

Completed in 215 milliseconds

1234567891011>>