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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dnut.h78 AVRational *time_base; member in struct:__anon2389
97 AVRational *time_base; member in struct:__anon2390
108 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
H A Doggparseogm.c84 st->codec->time_base.den = spu * 10000000;
85 st->codec->time_base.num = time_unit;
86 st->time_base = st->codec->time_base;
92 st->time_base.num = 1;
93 st->time_base.den = st->codec->sample_rate;
122 st->codec->time_base.den = 10000000;
123 st->codec->time_base.num = AV_RL64(p + 164);
H A Doggparseskeleton.c63 av_reduce(&start_time, &st->time_base.den, start_num, start_den, INT_MAX);
64 st->time_base.num = 1;
H A Dtxd.c48 st->codec->time_base.den = 5;
49 st->codec->time_base.num = 1;
H A Daudiointerleave.c42 AVRational time_base)
62 aic->time_base = time_base;
86 pkt->duration = av_rescale_q(*aic->samples, st->time_base, aic->time_base);
40 ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base) argument
H A Dnutenc.c266 val += nus->time_base - nut->time_base;
332 put_v(bc, nut->time_base[i].num);
333 put_v(bc, nut->time_base[i].den);
408 put_v(bc, nut->stream[i].time_base - nut->time_base);
559 nut->time_base= av_mallocz(sizeof(AVRational )*s->nb_streams);
564 AVRational time_base; local
565 ff_parse_specific_params(st->codec, &time_base.den, &ssize, &time_base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dnut.h78 AVRational *time_base; member in struct:__anon36414
97 AVRational *time_base; member in struct:__anon36415
108 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
H A Doggparseogm.c84 st->codec->time_base.den = spu * 10000000;
85 st->codec->time_base.num = time_unit;
86 st->time_base = st->codec->time_base;
92 st->time_base.num = 1;
93 st->time_base.den = st->codec->sample_rate;
122 st->codec->time_base.den = 10000000;
123 st->codec->time_base.num = AV_RL64(p + 164);
H A Doggparseskeleton.c63 av_reduce(&start_time, &st->time_base.den, start_num, start_den, INT_MAX);
64 st->time_base.num = 1;
H A Dtxd.c48 st->codec->time_base.den = 5;
49 st->codec->time_base.num = 1;
H A Daudiointerleave.c42 AVRational time_base)
62 aic->time_base = time_base;
86 pkt->duration = av_rescale_q(*aic->samples, st->time_base, aic->time_base);
40 ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavdevice/
H A Dv4l.c41 AVRational time_base; member in struct:__anon1351
81 if (ap->time_base.den <= 0) {
82 av_log(s1, AV_LOG_ERROR, "Wrong time base (%d)\n", ap->time_base.den);
85 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tests/
H A Dseek_test.c105 ts_str(dts_buf, pkt.dts, st->time_base);
106 ts_str(ts_buf, pkt.pts, st->time_base);
120 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
125 ts_str(ts_buf, timestamp, stream_id < 0 ? AV_TIME_BASE_Q : st->time_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dv4l.c41 AVRational time_base; member in struct:__anon2256
81 if (ap->time_base.den <= 0) {
82 av_log(s1, AV_LOG_ERROR, "Wrong time base (%d)\n", ap->time_base.den);
85 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tests/
H A Dseek_test.c105 ts_str(dts_buf, pkt.dts, st->time_base);
106 ts_str(ts_buf, pkt.pts, st->time_base);
120 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
125 ts_str(ts_buf, timestamp, stream_id < 0 ? AV_TIME_BASE_Q : st->time_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dv4l.c41 AVRational time_base; member in struct:__anon36281
81 if (ap->time_base.den <= 0) {
82 av_log(s1, AV_LOG_ERROR, "Wrong time base (%d)\n", ap->time_base.den);
85 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tests/
H A Dseek_test.c105 ts_str(dts_buf, pkt.dts, st->time_base);
106 ts_str(ts_buf, pkt.pts, st->time_base);
120 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
125 ts_str(ts_buf, timestamp, stream_id < 0 ? AV_TIME_BASE_Q : st->time_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibdirac_libschro.c60 if (avccontext->time_base.den == vf->frame_rate_num &&
61 avccontext->time_base.num == vf->frame_rate_denom)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Doggparseogm.c84 st->codec->time_base.den = spu * 10000000;
85 st->codec->time_base.num = time_unit;
86 st->time_base = st->codec->time_base;
92 st->time_base.num = 1;
93 st->time_base.den = st->codec->sample_rate;
122 st->codec->time_base.den = 10000000;
123 st->codec->time_base.num = AV_RL64(p + 164);
H A Doggparseskeleton.c63 av_reduce(&start_time, &st->time_base.den, start_num, start_den, INT_MAX);
64 st->time_base.num = 1;
H A Dtxd.c48 st->codec->time_base.den = 5;
49 st->codec->time_base.num = 1;
H A Daudiointerleave.c42 AVRational time_base)
62 aic->time_base = time_base;
86 pkt->duration = av_rescale_q(*aic->samples, st->time_base, aic->time_base);
40 ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base) argument
H A Dnutenc.c266 val += nus->time_base - nut->time_base;
332 put_v(bc, nut->time_base[i].num);
333 put_v(bc, nut->time_base[i].den);
408 put_v(bc, nut->stream[i].time_base - nut->time_base);
559 nut->time_base= av_mallocz(sizeof(AVRational )*s->nb_streams);
564 AVRational time_base; local
565 ff_parse_specific_params(st->codec, &time_base.den, &ssize, &time_base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibdirac_libschro.c60 if (avccontext->time_base.den == vf->frame_rate_num &&
61 avccontext->time_base.num == vf->frame_rate_denom)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlibdirac_libschro.c60 if (avccontext->time_base.den == vf->frame_rate_num &&
61 avccontext->time_base.num == vf->frame_rate_denom)

Completed in 129 milliseconds

1234567891011>>