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

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c813 NAN : inpicref->pts * av_q2d(inlink->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c1300 avctx->time_base.den = ff_mpeg12_frame_rate_tab[s->frame_rate_index].num;
1301 avctx->time_base.num = ff_mpeg12_frame_rate_tab[s->frame_rate_index].den;
1307 av_reduce(&s->avctx->time_base.den,
1308 &s->avctx->time_base.num,
H A Dvdpau.c418 render->info.mpeg4.vop_time_increment_resolution = s->avctx->time_base.den;
H A Dvp3.c2272 av_reduce(&avctx->time_base.num, &avctx->time_base.den,
H A Davcodec.h1120 * Presentation timestamp in AVStream->time_base units; the time at which
1130 * Decompression timestamp in AVStream->time_base units; the time at which
1150 * Duration of this packet in AVStream->time_base units, 0 if unknown.
1163 * Time difference in AVStream->time_base units from the pts of this
1339 AVRational time_base; member in struct:AVCodecContext
1343 * Most notably, H.264 and MPEG-2 specify time_base as half of frame duration
1346 * Set to time_base ticks per frame. Default 1, e.g., H.264/MPEG-2 set it to 2.
4125 * frame_duration = (1 + repeat_pict) * time_base
4195 * units of AVCodecContext.time_base.
4209 * Presentation delay of current frame in units of AVCodecContext.time_base
[all...]
H A Dratecontrol.c69 return 1.0 / av_q2d(avctx->time_base) / FFMAX(avctx->ticks_per_frame, 1);
H A Doptions_table.h103 {"time_base", NULL, OFFSET(time_base), AV_OPT_TYPE_RATIONAL, {.dbl = 0}, INT_MIN, INT_MAX},
H A Dh264_slice.c1161 av_reduce(&h->avctx->time_base.num, &h->avctx->time_base.den,
H A Dhevc.c338 av_reduce(&s->avctx->time_base.num, &s->avctx->time_base.den,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c2158 av_reduce(&avctx->time_base.num, &avctx->time_base.den,
H A Davcodec.h893 * Presentation timestamp in AVStream->time_base units; the time at which
903 * Decompression timestamp in AVStream->time_base units; the time at which
927 * Duration of this packet in AVStream->time_base units, 0 if unknown.
936 * Time difference in AVStream->time_base units from the pts of this
1032 * presentation timestamp in time_base units (time when frame should be shown to user)
1033 * If AV_NOPTS_VALUE then frame_rate = 1/time_base will be assumed.
1398 AVRational time_base; member in struct:AVCodecContext
2902 * Most notably, H.264 and MPEG-2 specify time_base as half of frame duration
2905 * Set to time_base ticks per frame. Default 1, e.g., H.264/MPEG-2 set it to 2.
4427 * frame_duration = (1 + repeat_pict) * time_base
[all...]
H A Dh264.c1133 s->avctx->time_base.den *=2;
2767 av_reduce(&s->avctx->time_base.num, &s->avctx->time_base.den,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.c2128 st->time_base.den,
2129 AV_TIME_BASE * (int64_t)st->time_base.num);
H A Dmov.c2551 avpriv_new_chapter(s, i, st->time_base, sample->timestamp, end, title);
2752 timestamp = av_rescale_q(seek_timestamp, s->streams[stream_index]->time_base, st->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsbgdec.c1469 ts = av_rescale_q(ts, AV_TIME_BASE_Q, avf->streams[0]->time_base);
H A Dmatroskadec.c1935 st->time_base);
2019 st->time_base,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c1732 /* chunksize and time_base need to be
1971 __ATTR(time_base, S_IRUGO|S_IWUSR, timeout_show, timeout_store);

Completed in 240 milliseconds

<<11121314151617