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.cpp486 current_y_ = y; in SetReadoutPixel()
501 current_y_++; in GetPixelElectrons()
502 if (current_y_ >= sensor_height_) current_y_ = 0; in GetPixelElectrons()
503 SetReadoutPixel(current_x_, current_y_); in GetPixelElectrons()
515 current_y_++; in GetPixelElectronsColumn()
517 if (current_y_ >= sensor_height_) { in GetPixelElectronsColumn()
518 current_y_ = 0; in GetPixelElectronsColumn()
521 SetReadoutPixel(current_x_, current_y_); in GetPixelElectronsColumn()
DEmulatedScene.h136 int current_y_; variable