Searched refs:time_base (Results 201 - 225 of 417) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deatqi.c59 avctx->time_base = (AVRational){1, 15};
H A Dh261enc.c64 temp_ref = s->picture_number * (int64_t)30000 * s->avctx->time_base.num /
65 (1001 * (int64_t)s->avctx->time_base.den); // FIXME maybe this should use a timestamp
H A Dlibschroedingerdec.c198 avctx->time_base.den = p_schro_params->format->frame_rate_numerator;
199 avctx->time_base.num = p_schro_params->format->frame_rate_denominator;
H A Dlibschroedingerenc.c155 p_schro_params->format->frame_rate_numerator = avctx->time_base.den;
156 p_schro_params->format->frame_rate_denominator = avctx->time_base.num;
H A Dlibtheoraenc.c173 /* Swap numerator and denominator as time_base in AVCodecContext gives the
175 t_info.fps_numerator = avc_context->time_base.den;
176 t_info.fps_denominator = avc_context->time_base.num;
H A Dsrtdec.c247 avctx->time_base,
250 avctx->time_base,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmetadec.c158 s->chapters[s->nb_chapters - 1]->time_base,
H A Dinternal.h222 * @param start chapter start time in time_base units
223 * @param end chapter end time in time_base units
228 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
271 * @param timestamp new dts expressed in time_base of param ref_st
272 * @param ref_st reference stream giving time_base of param timestamp
H A Dmp3dec.c128 st->time_base);
H A Doggenc.c135 st2->time_base, AV_TIME_BASE_Q);
137 st ->time_base, AV_TIME_BASE_Q);
328 avpriv_set_pts_info(st, 64, st->codec->time_base.num, st->codec->time_base.den);
H A Dtty.c104 s->chars_per_frame = FFMAX(av_q2d(st->time_base)*s->chars_per_frame, 1);
H A Dffmenc.c124 avio_wb32(pb, codec->time_base.num);
125 avio_wb32(pb, codec->time_base.den);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c748 (!avctx->time_base.num || !avctx->time_base.den)) {
749 avctx->time_base.num = 1;
750 avctx->time_base.den = avctx->sample_rate;
902 avctx->time_base);
956 avctx->time_base);
1030 avctx->time_base);
1477 int g= av_gcd(enc->time_base.num, enc->time_base.den);
1480 enc->time_base
[all...]
H A Dh261enc.c63 temp_ref= s->picture_number * (int64_t)30000 * s->avctx->time_base.num /
64 (1001 * (int64_t)s->avctx->time_base.den); //FIXME maybe this should use a timestamp
H A Dlibdiracenc.c151 p_dirac_params->enc_ctx.src_params.frame_rate.numerator = avccontext->time_base.den;
152 p_dirac_params->enc_ctx.src_params.frame_rate.denominator = avccontext->time_base.num;
H A Dlibschroedingerenc.c157 p_schro_params->format->frame_rate_numerator = avccontext->time_base.den;
158 p_schro_params->format->frame_rate_denominator = avccontext->time_base.num;
H A Dlibtheoraenc.c169 /* Swap numerator and denominator as time_base in AVCodecContext gives the
171 t_info.fps_numerator = avc_context->time_base.den;
172 t_info.fps_denominator = avc_context->time_base.num;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dbktr.c282 st->codec->time_base.den = framerate.num;
283 st->codec->time_base.num = framerate.den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_adelay.c207 s->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base);
235 s->next_pts += av_rescale_q(nb_samples, (AVRational){1, outlink->sample_rate}, outlink->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffmenc.c156 avio_wb32(pb, codec->time_base.num);
157 avio_wb32(pb, codec->time_base.den);
H A Driffenc.c262 *au_scale = st->time_base.num;
263 *au_rate = st->time_base.den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dbktr.c290 st->codec->time_base.den = framerate.num;
291 st->codec->time_base.num = framerate.den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Ddefaults.c212 link->time_base = link->src->inputs[0]->time_base;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2044 st->codec->qmin, st->codec->qmax, st->codec->time_base.den / st->codec->time_base.num);
2308 c->first_pts = av_rescale_q(pkt.dts, c->fmt_in->streams[pkt.stream_index]->time_base, AV_TIME_BASE_Q);
2346 c->cur_pts = av_rescale_q(pkt.dts, ist->time_base, AV_TIME_BASE_Q);
2348 c->cur_frame_duration = av_rescale_q(pkt.duration, ist->time_base, AV_TIME_BASE_Q);
2383 pkt.dts = av_rescale_q(pkt.dts, ist->time_base, ost->time_base);
2385 pkt.pts = av_rescale_q(pkt.pts, ist->time_base, ost->time_base);
2386 pkt.duration = av_rescale_q(pkt.duration, ist->time_base, os
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2117 st->codec->qmin, st->codec->qmax, st->codec->time_base.den / st->codec->time_base.num);
2392 c->first_pts = av_rescale_q(pkt.dts, c->fmt_in->streams[pkt.stream_index]->time_base, AV_TIME_BASE_Q);
2430 c->cur_pts = av_rescale_q(pkt.dts, ist->time_base, AV_TIME_BASE_Q);
2432 c->cur_frame_duration = av_rescale_q(pkt.duration, ist->time_base, AV_TIME_BASE_Q);
2467 pkt.dts = av_rescale_q(pkt.dts, ist->time_base, ost->time_base);
2469 pkt.pts = av_rescale_q(pkt.pts, ist->time_base, ost->time_base);
2470 pkt.duration = av_rescale_q(pkt.duration, ist->time_base, os
[all...]

Completed in 313 milliseconds

1234567891011>>