Home
last modified time | relevance | path

Searched refs:sensor_width_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp127 sensor_width_ = sensor_width_px; in Initialize()
132 if (sensor_width_ > sensor_height_) { in Initialize()
133 map_div_ = (sensor_width_ / (kSceneWidth + 1)) + 1; in Initialize()
138 offset_x_ = (kSceneWidth * map_div_ - sensor_width_) / 2; in Initialize()
509 if (current_x_ >= sensor_width_) { in GetPixelElectrons()
530 if (current_x_ >= sensor_width_) current_x_ = 0; in GetPixelElectronsColumn()
DEmulatedScene.h138 int sensor_width_; variable