Lines Matching defs:sensor_width
93 *width = go->board_info->sensor_width;
178 int sensor_height = 0, sensor_width = 0;
184 get_resolution(go, &sensor_width, &sensor_height);
187 width = sensor_width;
190 if (fmt->fmt.pix.width > sensor_width)
191 width = sensor_width;
206 if (width <= sensor_width / 4) {
207 width = sensor_width / 4;
209 } else if (width <= sensor_width / 2) {
210 width = sensor_width / 2;
213 width = sensor_width;
257 if (width <= sensor_width / 4) {
261 } else if (width <= sensor_width / 2) {