Searched refs:input_h (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dinput.h24 #ifndef input_h
25 #define input_h 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Drj54n1cb0c.c567 input_w = rect->width, input_h = rect->height; local
574 soc_camera_limit_side(&dummy, &input_h,
578 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize;
581 input_w, input_h, rj54n1->resize, output_w, output_h);
583 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h);
591 rj54n1->rect.height = input_h;
646 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, local
670 if (output_h > max(384U, input_h / 2)) {
672 input_h = RJ54N1_MAX_HEIGHT;
675 input_h
1021 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; local
[all...]

Completed in 212 milliseconds