Searched refs:sensor_height_ (Results 1 – 2 of 2) sorted by relevance
128 sensor_height_ = sensor_height_px; in Initialize()132 if (sensor_width_ > sensor_height_) { in Initialize()136 map_div_ = (sensor_height_ / (kSceneHeight + 1)) + 1; in Initialize()139 offset_y_ = (kSceneHeight * map_div_ - sensor_height_) / 2; in Initialize()512 if (current_y_ >= sensor_height_) current_y_ = 0; in GetPixelElectrons()527 if (current_y_ >= sensor_height_) { in GetPixelElectronsColumn()
139 int sensor_height_; variable