Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h145 int scene_y_; variable
DEmulatedScene.cpp498 scene_y_ = (y + offset_y_ + handshake_y_) / map_div_; in SetReadoutPixel()
499 scene_idx_ = scene_y_ * kSceneWidth + scene_x_; in SetReadoutPixel()
534 scene_y_++; in GetPixelElectronsColumn()