Searched refs:sensor_height_ (Results 1 – 2 of 2) sorted by relevance
117 sensor_height_ = sensor_height_px; in Initialize()121 if (sensor_width_ > sensor_height_) { in Initialize()125 map_div_ = (sensor_height_ / (kSceneHeight + 1)) + 1; in Initialize()128 offset_y_ = (kSceneHeight * map_div_ - sensor_height_) / 2; in Initialize()428 if (current_y_ >= sensor_height_) current_y_ = 0; in GetPixelElectrons()443 if (current_y_ >= sensor_height_) { in GetPixelElectronsColumn()
117 int sensor_height_; variable