Searched refs:time_base (Results 326 - 350 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 Davienc.c198 avio_wl32(pb, (uint32_t) (INT64_C(1000000) * video_st->time_base.num /
199 video_st->time_base.den));
396 avio_wl32(pb, lrintf(1.0 / av_q2d(st->time_base)));
H A Dmxfdec.c1644 st->time_base);
2273 AVRational time_base = av_inv_q(track->edit_rate); local
2274 AVRational sample_rate = av_inv_q(st->time_base);
2278 spf = ff_mxf_get_samples_per_frame(mxf->fc, time_base);
2280 int remainder = (sample_rate.num * time_base.num) %
2281 (time_base.den * sample_rate.den);
2283 av_mul_q(sample_rate, time_base)));
2288 stream_index, time_base.num, time_base.den,
2578 sample_time = av_rescale_q(sample_time, st->time_base,
[all...]
H A Drtpdec.c560 s->st->time_base.den,
561 (uint64_t) s->st->time_base.num << 32);
772 s->st->time_base);
H A Dsmoothstreamingenc.c363 s->streams[i]->time_base = st->time_base;
586 av_compare_ts(pkt->dts - st->first_dts, st->time_base,
H A Drtsp.c763 st->time_base = ((AVFormatContext*)rtsp_st->transport_priv)->streams[0]->time_base;
2093 rtpctx->rtcp_ts_offset, st->time_base,
2094 st2->time_base);
2103 (uint64_t) rtpctx->st->time_base.num * 1000000,
2104 rtpctx->st->time_base.den);
H A Dmpegtsenc.c614 ts_st->user_tb = st->time_base;
1238 pkt2.dts = av_rescale_q(pkt->dts, st->time_base, ts_st->amux->streams[0]->time_base);
H A Dbintext.c68 bin->chars_per_frame = av_clip(av_q2d(st->time_base) * bin->chars_per_frame, 1, INT_MAX);
H A Dmovenchint.c52 track->timescale = track->rtp_ctx->streams[0]->time_base.den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c1713 dpts = av_q2d(is->video_st->time_base) * frame->pts;
1795 "video_size=%dx%d:pix_fmt=%d:time_base=%d/%d:pixel_aspect=%d/%d",
1797 is->video_st->time_base.num, is->video_st->time_base.den,
1892 "sample_rate=%d:sample_fmt=%s:channels=%d:time_base=%d/%d",
1955 AVRational tb = is->video_st->time_base;
2029 tb = filt_out->inputs[0]->time_base;
2089 pts = av_q2d(is->subtitle_st->time_base) * pkt->pts;
2246 is->frame->pts = av_rescale_q(is->frame->pts, dec->time_base, tb);
2248 is->frame->pts = av_rescale_q(is->frame->pkt_pts, is->audio_st->time_base, t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsv2enc.c765 double ideal = ((double)(s->avctx->bit_rate * s->avctx->time_base.den * s->avctx->ticks_per_frame)) /
766 ((double) s->avctx->time_base.num) * s->avctx->frame_number;
783 s->avctx->bit_rate * s->avctx->time_base.den *
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davienc.c196 avio_wl32(pb, (uint32_t)(INT64_C(1000000) * video_enc->time_base.num / video_enc->time_base.den));
343 avio_wl32(pb, lrintf(1.0/av_q2d(stream->time_base)));
H A Dflvenc.c193 framerate = 1/av_q2d(s->streams[i]->codec->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1454 frame_delay = av_q2d(is->video_st->codec->time_base);
1681 link->time_base = priv->is->video_st->time_base;
1802 if (av_cmp_q(tb, is->video_st->time_base)) {
1804 pts_int = av_rescale_q(pts_int, tb, is->video_st->time_base);
1808 is->video_st->time_base.num, is->video_st->time_base.den, pts_int);
1820 pts = pts_int * av_q2d(is->video_st->time_base);
1880 pts = av_q2d(is->subtitle_st->time_base) * pkt->pts;
2124 is->audio_clock = av_q2d(is->audio_st->time_base)*pk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c807 outlink->frame_count, av_ts2timestr(in->pts, &inlink->time_base));
955 outlink->time_base = inlink->time_base;
H A Df_sendcmd.c453 ts = av_rescale_q(ref->pts, inlink->time_base, AV_TIME_BASE_Q);
H A Dvf_crop.c254 NAN : frame->pts * av_q2d(link->time_base);
H A Dvf_fade.c274 double frame_timestamp = frame->pts == AV_NOPTS_VALUE ? -1 : frame->pts * av_q2d(inlink->time_base);
H A Dvf_geq.c205 [VAR_T] = in->pts == AV_NOPTS_VALUE ? NAN : in->pts * av_q2d(inlink->time_base),
H A Dvf_subtitles.c173 double time_ms = picref->pts * av_q2d(inlink->time_base) * 1000;
H A Dvsrc_cellauto.c223 outlink->time_base = av_inv_q(cellauto->frame_rate);
H A Dvsrc_mptestsrc.c283 outlink->time_base = av_inv_q(test->frame_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dvfwcap.c375 codec->time_base = av_inv_q(framerate_q);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c236 avctx_enc->time_base= (AVRational){1,25}; // meaningless
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dvfwcap.c374 codec->time_base = (AVRational){framerate_q.den, framerate_q.num};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_crop.c252 NAN : picref->pts * av_q2d(link->time_base);

Completed in 216 milliseconds

<<11121314151617