Searched refs:SetReadoutPixel (Results 1 – 3 of 3) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.h | 74 void SetReadoutPixel(int x, int y);
|
D | EmulatedScene.cpp | 372 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()
|
D | EmulatedSensor.cpp | 1501 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()
|