Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h77 void SetReadoutPixel(int x, int y);
DEmulatedScene.cpp402 SetReadoutPixel(0, 0); in CalculateScene()
484 void EmulatedScene::SetReadoutPixel(int x, int y) { in SetReadoutPixel() function in android::EmulatedScene
503 SetReadoutPixel(current_x_, current_y_); in GetPixelElectrons()
521 SetReadoutPixel(current_x_, current_y_); in GetPixelElectronsColumn()
DEmulatedSensor.cpp905 scene_->SetReadoutPixel(0, 0); in CaptureRaw()
952 scene_->SetReadoutPixel(0, y); in CaptureRGB()
1045 scene_->SetReadoutPixel(x, y); in CaptureYUV420()
1092 scene_->SetReadoutPixel(0, y); in CaptureDepth()