Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp410 current_y_ = y; in SetReadoutPixel()
427 current_y_++; in GetPixelElectrons()
428 if (current_y_ >= sensor_height_) current_y_ = 0; in GetPixelElectrons()
429 SetReadoutPixel(current_x_, current_y_); in GetPixelElectrons()
441 current_y_++; in GetPixelElectronsColumn()
443 if (current_y_ >= sensor_height_) { in GetPixelElectronsColumn()
444 current_y_ = 0; in GetPixelElectronsColumn()
447 SetReadoutPixel(current_x_, current_y_); in GetPixelElectronsColumn()
DEmulatedScene.h119 int current_y_; variable