Searched refs:output_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 Doutput.h24 #ifndef output_h
25 #define output_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.c566 int dummy = 0, output_w, output_h, local
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);
588 rj54n1->height = output_h;
647 output_w = *out_w, output_h = *out_h; local
670 if (output_h > max(384U, input_h / 2)) {
671 if (2 * output_h > RJ54N1_MAX_HEIGHT) {
673 output_h = RJ54N1_MAX_HEIGHT / 2;
675 input_h = output_h *
1020 int output_w, output_h, max_w, max_h, local
[all...]

Completed in 109 milliseconds