Searched refs:orig_height (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqpeg.c125 int orig_height; local
131 orig_height = height;
169 (height - me_y - me_h < 0) || (height - me_y > orig_height) ||
H A Drv10.c353 new_h= s->orig_height;
443 s->orig_height= s->height = avctx->coded_height;
H A Dmpegvideo.h577 int orig_width, orig_height; member in struct:MpegEncContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqpeg.c121 int orig_height; local
130 orig_height = height;
166 (height - me_y - me_h < 0) || (height - me_y > orig_height) ||
H A Dg2meet.c93 int orig_width, orig_height; member in struct:G2MContext
717 c->height < 16 || c->height > c->orig_height) {
888 c->orig_height = avctx->height;
H A Drv10.c373 new_h = s->orig_height;
484 s->orig_height =
H A Dmpegvideo.h559 int orig_width, orig_height; member in struct:MpegEncContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf.h53 int orig_width, orig_height, orig_fmt; member in struct:vf_format_context_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb.h156 int orig_width, int orig_height,
H A Ddispc.c518 int orig_width, int orig_height,
536 (out_width != orig_width || out_height != orig_height))
545 if (orig_height > out_height ||
547 orig_height * 8 < out_height) {
563 if (!orig_height || orig_height == out_height)
566 fir_vinc = 1024 * orig_height / out_height;
576 "orig_height %d fir_hinc %d fir_vinc %d\n",
577 out_width, out_height, orig_width, orig_height,
517 omap_dispc_set_scale(int plane, int orig_width, int orig_height, int out_width, int out_height) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1074 u16 orig_width, u16 orig_height,
1089 vscaleup = orig_height <= out_height;
1098 if (!orig_height || orig_height == out_height)
1101 fir_vinc = 1024 * orig_height / out_height;
1073 _dispc_set_scaling(enum omap_plane plane, u16 orig_width, u16 orig_height, u16 out_width, u16 out_height, bool ilace, bool five_taps, bool fieldmode) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mp.c690 m->vf.fmt.orig_height = inlink->h;

Completed in 140 milliseconds