Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h144 int scene_x_; variable
DEmulatedScene.cpp497 scene_x_ = (x + offset_x_ + handshake_x_) / map_div_; in SetReadoutPixel()
499 scene_idx_ = scene_y_ * kSceneWidth + scene_x_; in SetReadoutPixel()
516 scene_x_++; in GetPixelElectrons()