Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h120 int sub_x_; variable
DEmulatedScene.cpp411 sub_x_ = (x + offset_x_ + handshake_x_) % map_div_; in SetReadoutPixel()
424 sub_x_++; in GetPixelElectrons()
430 } else if (sub_x_ > map_div_) { in GetPixelElectrons()
434 sub_x_ = 0; in GetPixelElectrons()