Searched refs:time_base (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Draw.c94 if(ap->time_base.num)
95 av_set_pts_info(st, 64, ap->time_base.num, ap->time_base.den);
238 st->time_base.num,
239 st->time_base.den * (int64_t)block_align,
244 st->cur_dts = av_rescale(pos, st->time_base.den, byte_rate * (int64_t)st->time_base.num);
280 if (ap->time_base.num) {
281 st->codec->time_base= ap->time_base;
[all...]
H A Ddv.c246 av_set_pts_info(c->vst, 64, c->sys->time_base.num,
247 c->sys->time_base.den);
248 avctx->time_base= c->sys->time_base;
262 c->sys->time_base);
388 c->abytes= av_rescale_q(c->frames, c->sys->time_base,
441 c->dv_demux->sys->time_base);
H A Dgxfenc.c59 AVRational time_base; member in struct:GXFContext
391 int timecode_base = gxf->time_base.den == 60000 ? 60 : 50;
675 /* FIXME check from time_base ? */
680 gxf->time_base = (AVRational){ 1001, 60000 };
686 gxf->time_base = (AVRational){ 1, 50 };
688 av_set_pts_info(st, 64, gxf->time_base.num, gxf->time_base.den);
817 field_nb = av_rescale_rnd(pkt->dts, gxf->time_base.den,
818 (int64_t)48000*gxf->time_base.num, AV_ROUND_UP);
905 field_nb[i] = av_rescale_rnd(pkt[i]->dts, gxf->time_base
[all...]
H A Davformat.h218 AVRational time_base; member in struct:AVFormatParameters
337 * Gets the next timestamp in stream[stream_index].time_base units.
430 AVRational time_base; member in struct:AVStream
560 AVRational time_base; ///< time base in which the start/end timestamps are specified member in struct:AVChapter
561 int64_t start, end; ///< chapter start/end time in time_base units
982 * values in AVStream.time_base units (and guessed if the format cannot
996 * from AV_TIME_BASE units to the stream specific time_base.
997 * @param timestamp Timestamp in AVStream.time_base units
1079 * @param start chapter start time in time_base units
1080 * @param end chapter end time in time_base unit
[all...]
H A Doggparsevorbis.c243 st->time_base.num = 1;
244 st->time_base.den = st->codec->sample_rate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Draw.c94 if(ap->time_base.num)
95 av_set_pts_info(st, 64, ap->time_base.num, ap->time_base.den);
238 st->time_base.num,
239 st->time_base.den * (int64_t)block_align,
244 st->cur_dts = av_rescale(pos, st->time_base.den, byte_rate * (int64_t)st->time_base.num);
280 if (ap->time_base.num) {
281 st->codec->time_base= ap->time_base;
[all...]
H A Ddv.c246 av_set_pts_info(c->vst, 64, c->sys->time_base.num,
247 c->sys->time_base.den);
248 avctx->time_base= c->sys->time_base;
262 c->sys->time_base);
388 c->abytes= av_rescale_q(c->frames, c->sys->time_base,
441 c->dv_demux->sys->time_base);
H A Dgxfenc.c59 AVRational time_base; member in struct:GXFContext
391 int timecode_base = gxf->time_base.den == 60000 ? 60 : 50;
675 /* FIXME check from time_base ? */
680 gxf->time_base = (AVRational){ 1001, 60000 };
686 gxf->time_base = (AVRational){ 1, 50 };
688 av_set_pts_info(st, 64, gxf->time_base.num, gxf->time_base.den);
817 field_nb = av_rescale_rnd(pkt->dts, gxf->time_base.den,
818 (int64_t)48000*gxf->time_base.num, AV_ROUND_UP);
905 field_nb[i] = av_rescale_rnd(pkt[i]->dts, gxf->time_base
[all...]
H A Davformat.h218 AVRational time_base; member in struct:AVFormatParameters
337 * Gets the next timestamp in stream[stream_index].time_base units.
430 AVRational time_base; member in struct:AVStream
560 AVRational time_base; ///< time base in which the start/end timestamps are specified member in struct:AVChapter
561 int64_t start, end; ///< chapter start/end time in time_base units
982 * values in AVStream.time_base units (and guessed if the format cannot
996 * from AV_TIME_BASE units to the stream specific time_base.
997 * @param timestamp Timestamp in AVStream.time_base units
1079 * @param start chapter start time in time_base units
1080 * @param end chapter end time in time_base unit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Draw.c94 if(ap->time_base.num)
95 av_set_pts_info(st, 64, ap->time_base.num, ap->time_base.den);
238 st->time_base.num,
239 st->time_base.den * (int64_t)block_align,
244 st->cur_dts = av_rescale(pos, st->time_base.den, byte_rate * (int64_t)st->time_base.num);
280 if (ap->time_base.num) {
281 st->codec->time_base= ap->time_base;
[all...]
H A Ddv.c246 av_set_pts_info(c->vst, 64, c->sys->time_base.num,
247 c->sys->time_base.den);
248 avctx->time_base= c->sys->time_base;
262 c->sys->time_base);
388 c->abytes= av_rescale_q(c->frames, c->sys->time_base,
441 c->dv_demux->sys->time_base);
H A Dgxfenc.c59 AVRational time_base; member in struct:GXFContext
391 int timecode_base = gxf->time_base.den == 60000 ? 60 : 50;
675 /* FIXME check from time_base ? */
680 gxf->time_base = (AVRational){ 1001, 60000 };
686 gxf->time_base = (AVRational){ 1, 50 };
688 av_set_pts_info(st, 64, gxf->time_base.num, gxf->time_base.den);
817 field_nb = av_rescale_rnd(pkt->dts, gxf->time_base.den,
818 (int64_t)48000*gxf->time_base.num, AV_ROUND_UP);
905 field_nb[i] = av_rescale_rnd(pkt[i]->dts, gxf->time_base
[all...]
H A Davformat.h218 AVRational time_base; member in struct:AVFormatParameters
337 * Gets the next timestamp in stream[stream_index].time_base units.
430 AVRational time_base; member in struct:AVStream
560 AVRational time_base; ///< time base in which the start/end timestamps are specified member in struct:AVChapter
561 int64_t start, end; ///< chapter start/end time in time_base units
982 * values in AVStream.time_base units (and guessed if the format cannot
996 * from AV_TIME_BASE units to the stream specific time_base.
997 * @param timestamp Timestamp in AVStream.time_base units
1079 * @param start chapter start time in time_base units
1080 * @param end chapter end time in time_base unit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dituh263dec.c85 s->avctx->time_base.den, s->avctx->time_base.num
942 s->avctx->time_base= (AVRational){1001, 30000};
1038 s->avctx->time_base.den= 1800000;
1039 s->avctx->time_base.num= 1000 + get_bits1(&s->gb);
1040 s->avctx->time_base.num*= get_bits(&s->gb, 7);
1041 if(s->avctx->time_base.num == 0){
1045 gcd= av_gcd(s->avctx->time_base.den, s->avctx->time_base.num);
1046 s->avctx->time_base
[all...]
H A Ddvdata.h50 AVRational time_base; /* 1/framerate */ member in struct:DVprofile
H A Dlibschroedingerdec.c191 avccontext->time_base.den = p_schro_params->format->frame_rate_numerator;
192 avccontext->time_base.num = p_schro_params->format->frame_rate_denominator;
H A Dlibschroedingerenc.c138 p_schro_params->format->frame_rate_numerator = avccontext->time_base.den;
139 p_schro_params->format->frame_rate_denominator = avccontext->time_base.num;
H A Dwmv2enc.c37 put_bits(&pb, 5, s->avctx->time_base.den / s->avctx->time_base.num); //yes 29.97 -> 29
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dituh263dec.c85 s->avctx->time_base.den, s->avctx->time_base.num
942 s->avctx->time_base= (AVRational){1001, 30000};
1038 s->avctx->time_base.den= 1800000;
1039 s->avctx->time_base.num= 1000 + get_bits1(&s->gb);
1040 s->avctx->time_base.num*= get_bits(&s->gb, 7);
1041 if(s->avctx->time_base.num == 0){
1045 gcd= av_gcd(s->avctx->time_base.den, s->avctx->time_base.num);
1046 s->avctx->time_base
[all...]
H A Ddvdata.h50 AVRational time_base; /* 1/framerate */ member in struct:DVprofile
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dituh263dec.c85 s->avctx->time_base.den, s->avctx->time_base.num
942 s->avctx->time_base= (AVRational){1001, 30000};
1038 s->avctx->time_base.den= 1800000;
1039 s->avctx->time_base.num= 1000 + get_bits1(&s->gb);
1040 s->avctx->time_base.num*= get_bits(&s->gb, 7);
1041 if(s->avctx->time_base.num == 0){
1045 gcd= av_gcd(s->avctx->time_base.den, s->avctx->time_base.num);
1046 s->avctx->time_base
[all...]
H A Ddvdata.h50 AVRational time_base; /* 1/framerate */ member in struct:DVprofile
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dcpu.h128 signed64 time_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dcpu.h128 signed64 time_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dcpu.h128 signed64 time_base);

Completed in 303 milliseconds

1234567891011>>