Searched refs:in_height (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Dipu.h129 unsigned short in_height; member in struct:idmac_video_param
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_vou.c519 unsigned int in_height; member in struct:sh_vou_geometry
541 &geo->in_height, 0, img_height_max, 1, 0);
578 err = abs(found - geo->in_height);
588 geo->in_height = best;
645 unsigned int found = geo->in_height * vou_scale_v_num[i] /
667 pr_debug("%s(): H %u * %u/%u = %u\n", __func__, geo->in_height,
716 geo.in_height = pix->height;
749 pix->height = geo.in_height;
975 geo.in_height = pix->height;
1012 pix->height = geo.in_height;
[all...]
H A Dsh_mobile_ceu_camera.c584 unsigned int height, width, cdwdr_width, in_width, in_height; local
628 in_height = cam->height;
631 in_height /= 2;
647 (in_height << 16) | in_width, (height << 16) | width,
651 ceu_write(pcdev, CAPWR, (in_height << 16) | in_width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c699 static av_cold void opengl_get_texture_size(OpenGLContext *opengl, int in_width, int in_height, argument
704 *out_height = in_height;
706 int max = FFMIN(FFMAX(in_width, in_height), opengl->max_texture_size);
713 in_width, in_height, *out_width, *out_height);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ipu/
H A Dipu_idmac.c523 calc_resize_coeffs(params->video.in_height,

Completed in 183 milliseconds