Searched refs:time_base (Results 26 - 50 of 417) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l.c46 AVRational time_base; member in struct:__anon3310
89 if (ap->time_base.den <= 0) {
90 av_log(s1, AV_LOG_ERROR, "Wrong time base (%d)\n", ap->time_base.den);
93 s->time_base = ap->time_base;
192 s->time_frame = av_gettime() * s->time_base.den / s->time_base.num;
204 s->time_frame = av_gettime() * s->time_base.den / s->time_base.num;
246 st->codec->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_asetrate.c64 AVRational intb = ctx->inputs[0]->time_base;
68 outlink->time_base.num = 1;
69 outlink->time_base.den = outlink->sample_rate;
71 outlink->time_base = intb;
H A Daf_silencedetect.c45 AVRational time_base);
68 AVRational time_base)
74 s->start = insamples->pts - (int64_t)(s->duration / av_q2d(time_base) + .5);
76 av_ts2timestr(s->start, &time_base), 0);
84 av_ts2timestr(insamples->pts, &time_base), 0);
86 av_ts2timestr(insamples->pts - s->start, &time_base), 0);
99 AVRational time_base) \
107 nb_samples_notify, time_base); \
151 inlink->time_base);
66 update(SilenceDetectContext *s, AVFrame *insamples, int is_silence, int64_t nb_samples_notify, AVRational time_base) argument
H A Dvf_framepack.c84 AVRational time_base = ctx->inputs[LEFT]->time_base; local
94 } else if (av_cmp_q(time_base, ctx->inputs[RIGHT]->time_base) != 0) {
97 time_base.num, time_base.den,
98 ctx->inputs[RIGHT]->time_base.num,
99 ctx->inputs[RIGHT]->time_base.den);
110 time_base.den *= 2;
128 outlink->time_base
[all...]
H A Dframesync.h103 AVRational time_base; member in struct:FFFrameSyncIn
165 AVRational time_base; member in struct:FFFrameSync
H A Dvf_blackdetect.c93 blackdetect->black_min_duration_time / av_q2d(inlink->time_base);
102 av_ts2timestr(blackdetect->black_min_duration, &inlink->time_base),
116 av_ts2timestr(blackdetect->black_start, &inlink->time_base),
117 av_ts2timestr(blackdetect->black_end, &inlink->time_base),
118 av_ts2timestr(blackdetect->black_end - blackdetect->black_start, &inlink->time_base));
157 av_ts2str(picref->pts), av_ts2timestr(picref->pts, &inlink->time_base),
166 av_ts2timestr(blackdetect->black_start, &inlink->time_base), 0);
174 av_ts2timestr(blackdetect->black_end, &inlink->time_base), 0);
H A Dvf_fps.c117 link->time_base = av_inv_q(s->framerate);
142 buf->pts = av_rescale_q(s->first_pts, ctx->inputs[0]->time_base,
143 outlink->time_base) + s->frames_out;
190 inlink->time_base);
193 outlink->time_base));
212 delta = av_rescale_q_rnd(buf->pts - s->first_pts, inlink->time_base,
213 outlink->time_base, s->rounding) - s->frames_out ;
255 buf_out->pts = av_rescale_q(s->first_pts, inlink->time_base,
256 outlink->time_base) + s->frames_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnut.h80 AVRational *time_base; member in struct:StreamContext
88 AVRational *time_base; member in struct:ChapterContext
106 AVRational *time_base; member in struct:NUTContext
132 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
H A Dfilmstripenc.c68 avio_wb16(pb, st->time_base.den / st->time_base.num);
H A Divfenc.c44 avio_wl32(pb, s->streams[0]->time_base.den);
45 avio_wl32(pb, s->streams[0]->time_base.num);
H A Dmxf.h71 struct AVRational time_base; member in struct:__anon3580
80 const MXFSamplesPerFrame *ff_mxf_get_samples_per_frame(AVFormatContext *s, AVRational time_base);
H A Dnutenc.c181 AVRational f = av_div_q(codec->time_base, *nut->stream[stream_id].time_base);
272 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) argument
275 val += time_base - nut->time_base;
351 ff_put_v(bc, nut->time_base[i].num);
352 ff_put_v(bc, nut->time_base[i].den);
438 ff_put_v(bc, nut->stream[i].time_base - nut->time_base);
527 snprintf(buf, sizeof(buf), "%d/%d", st->codec->time_base
724 AVRational time_base; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dv4l.c49 AVRational time_base; member in struct:__anon2059
92 if (ap->time_base.den <= 0) {
93 av_log(s1, AV_LOG_ERROR, "Wrong time base (%d)\n", ap->time_base.den);
96 s->time_base = ap->time_base;
195 s->time_frame = av_gettime() * s->time_base.den / s->time_base.num;
207 s->time_frame = av_gettime() * s->time_base.den / s->time_base.num;
249 st->codec->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dseek-test.c106 ts_str(dts_buf, pkt.dts, st->time_base);
107 ts_str(ts_buf, pkt.pts, st->time_base);
121 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
126 ts_str(ts_buf, timestamp, stream_id < 0 ? AV_TIME_BASE_Q : st->time_base);
H A Divfenc.c43 avio_wl32(pb, s->streams[0]->time_base.den);
44 avio_wl32(pb, s->streams[0]->time_base.num);
H A Daudiointerleave.c43 AVRational time_base)
63 aic->time_base = time_base;
87 pkt->duration = av_rescale_q(*aic->samples, st->time_base, aic->time_base);
41 ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base) argument
H A Dnut.c92 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val){ argument
97 time_base.num * (int64_t)nut->stream[i].time_base->den,
98 time_base.den * (int64_t)nut->stream[i].time_base->num,
H A Dassdec.c181 AVRational time_base = s->streams[0]->time_base; local
182 ts = av_rescale_q(ts, AV_TIME_BASE_Q, time_base);
183 min_ts = av_rescale_rnd(min_ts, time_base.den,
184 time_base.num * (int64_t)AV_TIME_BASE,
186 max_ts = av_rescale_rnd(max_ts, time_base.den,
187 time_base.num * (int64_t)AV_TIME_BASE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c236 AV_TIME_BASE_Q, ist->st->time_base);
238 AV_TIME_BASE_Q, ist->st->time_base);
274 pts2 = av_rescale_q(pts, ist->st->time_base, ist2->st->time_base) - 1;
683 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &ost->st->time_base),
684 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &ost->st->time_base),
704 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, AV_TIME_BASE_Q);
714 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time,
746 "frame_pts:%s frame_pts_time:%s time_base:%d/%d\n",
747 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &enc->time_base),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscoding.c129 /* video time_base can be set to whatever is handy and supported by encoder */
130 enc_ctx->time_base = dec_ctx->time_base;
137 enc_ctx->time_base = (AVRational){1, enc_ctx->sample_rate};
211 "video_size=%dx%d:pix_fmt=%d:time_base=%d/%d:pixel_aspect=%d/%d",
213 dec_ctx->time_base.num, dec_ctx->time_base.den,
251 "time_base=%d/%d:sample_rate=%d:sample_fmt=%s:channel_layout=0x%"PRIx64,
252 dec_ctx->time_base.num, dec_ctx->time_base
[all...]
H A Dmuxing.c69 AVRational *time_base = &fmt_ctx->streams[pkt->stream_index]->time_base; local
72 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, time_base),
73 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, time_base),
74 av_ts2str(pkt->duration), av_ts2timestr(pkt->duration, time_base),
78 static int write_frame(AVFormatContext *fmt_ctx, const AVRational *time_base, AVStream *st, AVPacket *pkt) argument
81 av_packet_rescale_ts(pkt, *time_base, st->time_base);
133 c->time_base.den = STREAM_FRAME_RATE;
134 c->time_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibdirac_libschro.c60 if (avccontext->time_base.den == vf->frame_rate_num &&
61 avccontext->time_base.num == vf->frame_rate_denom)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmovtextdec.c90 avctx->time_base,
93 avctx->time_base,
H A Dmpl2dec.c72 const int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
74 av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
H A Dwebvttdec.c83 int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
85 av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;

Completed in 587 milliseconds

1234567891011>>