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.h142 int sub_x_; variable
DEmulatedScene.cpp495 sub_x_ = (x + offset_x_ + handshake_x_) % map_div_; in SetReadoutPixel()
508 sub_x_++; in GetPixelElectrons()
514 } else if (sub_x_ > map_div_) { in GetPixelElectrons()
518 sub_x_ = 0; in GetPixelElectrons()