Searched refs:time_base (Results 301 - 325 of 417) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h158 * information will be in AVStream.time_base units, i.e. it has to be
197 * etc.) as known. The @ref AVStream.time_base "stream timebase" should
650 * Get the next timestamp in stream[stream_index].time_base units.
712 * Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available
810 AVRational time_base; member in struct:AVStream
1120 AVRational time_base; ///< time base in which the start/end timestamps are specified member in struct:AVChapter
1121 int64_t start, end; ///< chapter start/end time in time_base units
2067 * values in AVStream.time_base units (and guessed if the format cannot
2083 * from AV_TIME_BASE units to the stream specific time_base.
2084 * @param timestamp Timestamp in AVStream.time_base unit
[all...]
H A Davisynth.c221 st->time_base = (AVRational) { avs->vi->fps_denominator,
295 st->time_base = (AVRational) { 1,
H A Dswfenc.c234 rate = swf->video_st->time_base.den;
235 rate_base = swf->video_st->time_base.num;
H A Dbink.c122 vst->avg_frame_rate = av_inv_q(vst->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c261 dst->time_base.num = 1;
262 dst->time_base.den = 25;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibxavs.c291 x4->params.i_fps_num = avctx->time_base.den;
292 x4->params.i_fps_den = avctx->time_base.num;
H A Dmsmpeg4enc.c276 unsigned fps = s->avctx->time_base.den / s->avctx->time_base.num / FFMAX(s->avctx->ticks_per_frame, 1);
H A Deatgq.c56 avctx->time_base = (AVRational){1, 15};
H A Deatgv.c58 avctx->time_base = (AVRational){1, 15};
H A Doptions.c108 s->time_base = (AVRational){0,1};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxenc.c233 enccfg.g_timebase.num = avctx->time_base.num;
234 enccfg.g_timebase.den = avctx->time_base.den;
H A Dlibxavs.c298 x4->params.i_fps_num = avctx->time_base.den;
299 x4->params.i_fps_den = avctx->time_base.num;
H A Dapi-example.c239 c->time_base= (AVRational){1,25};
H A Deatgq.c56 avctx->time_base = (AVRational){1, 15};
H A Deatgv.c56 avctx->time_base = (AVRational){1, 15};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmdec.c311 codec->time_base.num = avio_rb32(pb);
312 codec->time_base.den = avio_rb32(pb);
H A Dgif.c283 // rate = video_enc->time_base.den;
319 jiffies = (70*enc->time_base.num/enc->time_base.den) - 1;
H A Driff.c629 *au_scale= stream->time_base.num;
630 *au_rate = stream->time_base.den;
H A Drtpdec.c439 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time, s->st->time_base.den, (uint64_t)s->st->time_base.num << 32);
H A Dswfenc.c223 rate = swf->video_enc->time_base.den;
224 rate_base = swf->video_enc->time_base.num;
H A Dwav.c183 s->streams[0]->codec->sample_rate * (int64_t)s->streams[0]->time_base.num,
184 s->streams[0]->time_base.den);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_afade.c233 int64_t cur_sample = av_rescale_q(buf->pts, (AVRational){1, outlink->sample_rate}, outlink->time_base);
H A Davfilter.h365 * video: width, height, sample_aspect_ratio, time_base
722 AVRational time_base; member in struct:AVFilterLink
H A Dvf_mcdeint.c119 enc_ctx->time_base = (AVRational){1,25}; // meaningless
H A Dvf_stereo3d.c293 AVRational tb = inlink->time_base;
459 outlink->time_base = tb;
466 s->ts_unit = av_q2d(av_inv_q(av_mul_q(outlink->frame_rate, outlink->time_base)));

Completed in 449 milliseconds

<<11121314151617