Searched refs:den (Results 226 - 250 of 407) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddpx.c111 avctx->sample_aspect_ratio.den = read32(&buf, endian);
H A Deacmv.c132 s->avctx->time_base.den = AV_RL16(&buf[10]);
H A Dh264_ps.c159 sps->sar.den= get_bits(&s->gb, 16);
168 sps->sar.den= 0;
446 if(!sps->sar.den)
447 sps->sar.den= 1;
H A Dlibschroedingerdec.c192 avccontext->time_base.den = p_schro_params->format->frame_rate_numerator;
H A Dvaapi_mpeg4.c89 pic_param->vop_time_increment_resolution = avctx->time_base.den;
H A Dwmv2enc.c37 put_bits(&pb, 5, s->avctx->time_base.den / s->avctx->time_base.num); //yes 29.97 -> 29
H A Dmpeg4videoenc.c849 s->time_base= s->time/s->avctx->time_base.den;
865 seconds= time/s->avctx->time_base.den;
878 s->last_time_base= time / s->avctx->time_base.den;
962 put_bits(&s->pb, 8, s->avctx->sample_aspect_ratio.den);
977 put_bits(&s->pb, 16, s->avctx->time_base.den);
1053 time_div= s->time/s->avctx->time_base.den;
1054 time_mod= s->time%s->avctx->time_base.den;
H A Dituh263dec.c86 s->avctx->time_base.den, s->avctx->time_base.num
1022 s->avctx->sample_aspect_ratio.den= get_bits(&s->gb, 8);
1038 s->avctx->time_base.den= 1800000;
1045 gcd= av_gcd(s->avctx->time_base.den, s->avctx->time_base.num);
1046 s->avctx->time_base.den /= gcd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dfiltering_audio.c110 time_base.num, time_base.den, dec_ctx->sample_rate,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhddata.c1098 cid->bit_depth == 10 ? "yuv422p10" : "yuv422p", cid->frame_rates[j].num, cid->frame_rates[j].den);
H A Ddpxenc.c209 write32(buf + 1632, avctx->sample_aspect_ratio.den);
H A Ddv_profile.c262 p->time_base.den, p->time_base.num);
H A Dh264_ps.c166 sps->sar.den = get_bits(&h->gb, 16);
175 sps->sar.den = 0;
545 if (!sps->sar.den)
546 sps->sar.den = 1;
H A Dpcx.c94 avctx->sample_aspect_ratio.den = bytestream2_get_le16u(&gb);
H A Dvaapi_mpeg4.c91 pic_param->vop_time_increment_resolution = avctx->time_base.den;
H A Dvp3.c2266 fps.den = get_bits_long(gb, 32);
2267 if (fps.num && fps.den) {
2268 if (fps.num < 0 || fps.den < 0) {
2272 av_reduce(&avctx->time_base.num, &avctx->time_base.den,
2273 fps.den, fps.num, 1 << 30);
2277 aspect.den = get_bits_long(gb, 24);
2278 if (aspect.num && aspect.den) {
2280 &avctx->sample_aspect_ratio.den,
2281 aspect.num, aspect.den, 1 << 30);
H A Dutils.c267 sar.num, sar.den);
811 frame->sample_aspect_ratio.den);
1382 avctx->sample_aspect_ratio.den);
1429 (!avctx->time_base.num || !avctx->time_base.den)) {
1431 avctx->time_base.den = avctx->sample_rate;
2652 if (avctx->pkt_timebase.den && avpkt->pts != AV_NOPTS_VALUE)
2957 av_reduce(&display_aspect_ratio.num, &display_aspect_ratio.den,
2959 enc->height * enc->sample_aspect_ratio.den,
2963 enc->sample_aspect_ratio.num, enc->sample_aspect_ratio.den,
2964 display_aspect_ratio.num, display_aspect_ratio.den);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davisynth.c119 st->r_frame_rate.den = stream->info.dwScale;
H A Dgxfenc.c397 int timecode_base = gxf->time_base.den == 60000 ? 60 : 50;
710 avpriv_set_pts_info(st, 64, gxf->time_base.num, gxf->time_base.den);
839 field_nb = av_rescale_rnd(pkt->dts, gxf->time_base.den,
928 field_nb[i] = av_rescale_rnd(pkt[i]->dts, gxf->time_base.den,
H A Diff.c190 st->sample_aspect_ratio.den = avio_r8(pb);
H A Drawdec.c88 avpriv_set_pts_info(st, 64, framerate.den, framerate.num);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcirrusfb.c387 static void bestclock(long freq, int *nom, int *den, int *div);
665 int nom, den, div; local
841 bestclock(freq, &nom, &den, &div);
843 dev_dbg(info->device, "VCLK freq: %ld kHz nom: %d den: %d div: %d\n",
844 freq, nom, den, div);
881 tmp = den << 1;
2712 static void bestclock(long freq, int *nom, int *den, int *div) argument
2718 assert(den != NULL);
2722 *den = 0;
2746 *den
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirwrite.c863 uint32 den; local
874 den = 1L;
876 while (fv < 1L<<(31-3) && den < 1L<<(31-3))
877 fv *= 1<<3, den *= 1L<<3;
880 t[2*i+1] = den;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davidec.c457 st->codec->bit_rate = av_rescale(8*len, st->time_base.den, duration * st->time_base.num);
900 active_aspect.den = avio_rl16(pb);
903 active.den = avio_rl32(pb);
906 if (active_aspect.num && active_aspect.den &&
907 active.num && active.den) {
910 active_aspect.num, active_aspect.den,
911 active.num, active.den);
1043 avpriv_set_pts_info(st, 64, time_base.num, time_base.den);
1290 st->time_base.num, st->time_base.den, ast->frame_offset);
H A Dmxfenc.c701 avio_wb32(pb, mxf->time_base.den);
843 avio_wb32(pb, mxf->time_base.den);
879 avio_wb32(pb, mxf->time_base.den);
961 avio_wb32(pb, sc->aspect_ratio.den);
1204 avio_wb32(pb, mxf->time_base.den);
1632 av_reduce(&sc->aspect_ratio.num, &sc->aspect_ratio.den,
1713 mxf->timecode_base = (tbc.den + tbc.num/2) / tbc.num;
1717 tbc.den, tbc.num);
1722 avpriv_set_pts_info(st, 64, mxf->time_base.num, mxf->time_base.den);
1734 if (mxf->time_base.den
[all...]

Completed in 380 milliseconds

1234567891011>>