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.h140 int scene_y_; variable
DEmulatedScene.cpp490 scene_y_ = (y + offset_y_ + handshake_y_) / map_div_; in SetReadoutPixel()
491 scene_idx_ = scene_y_ * kSceneWidth + scene_x_; in SetReadoutPixel()
524 scene_y_++; in GetPixelElectronsColumn()