Searched refs:in_width (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.h128 unsigned short in_width; 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.c518 unsigned int in_width; member in struct:sh_vou_geometry
540 v4l_bound_align_image(&geo->in_width, 0, VOU_MAX_IMAGE_WIDTH, 2,
553 err = abs(found - geo->in_width);
563 geo->in_width = best;
615 unsigned int found = geo->in_width * vou_scale_h_num[i] /
637 pr_debug("%s(): W %u * %u/%u = %u\n", __func__, geo->in_width,
715 geo.in_width = pix->width;
748 pix->width = geo.in_width;
974 geo.in_width = pix->width;
1011 pix->width = geo.in_width;
[all...]
H A Dsh_mobile_ceu_camera.c584 unsigned int height, width, cdwdr_width, in_width, in_height; local
596 in_width = cam->width;
598 in_width *= 2;
618 in_width = cam->width * w_factor;
638 in_width = ((in_width - 2) * 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
703 *out_width = in_width;
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.c529 calc_resize_coeffs(params->video.in_width,

Completed in 56 milliseconds