Home
last modified time | relevance | path

Searched refs:SetReadoutPixel (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h74 void SetReadoutPixel(int x, int y);
DEmulatedScene.cpp372 SetReadoutPixel(0, 0); in CalculateScene()
408 void EmulatedScene::SetReadoutPixel(int x, int y) { in SetReadoutPixel() function in android::EmulatedScene
429 SetReadoutPixel(current_x_, current_y_); in GetPixelElectrons()
447 SetReadoutPixel(current_x_, current_y_); in GetPixelElectronsColumn()
DEmulatedSensor.cpp1501 scene_->SetReadoutPixel(0, 0); in CaptureRaw()
1528 scene_->SetReadoutPixel(x, y); in CaptureRaw()
1572 scene_->SetReadoutPixel(0, y); in CaptureRGB()
1671 scene_->SetReadoutPixel(x, y); in CaptureYUV420()
1747 scene_->SetReadoutPixel(0, y); in CaptureDepth()