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.cpp494 current_y_ = y; in SetReadoutPixel()
511 current_y_++; in GetPixelElectrons()
512 if (current_y_ >= sensor_height_) current_y_ = 0; in GetPixelElectrons()
513 SetReadoutPixel(current_x_, current_y_); in GetPixelElectrons()
525 current_y_++; in GetPixelElectronsColumn()
527 if (current_y_ >= sensor_height_) { in GetPixelElectronsColumn()
528 current_y_ = 0; in GetPixelElectronsColumn()
531 SetReadoutPixel(current_x_, current_y_); in GetPixelElectronsColumn()
DEmulatedScene.h141 int current_y_; variable