Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h88 const uint32_t* GetPixelElectrons();
DEmulatedSensor.cpp1258 const uint32_t* pixel = scene_->GetPixelElectrons(); in CaptureRawBinned()
1306 electron_count = scene_->GetPixelElectrons()[color_idx]; in CaptureRawFullRes()
1353 const uint32_t* pixel = scene_->GetPixelElectrons(); in CaptureRGB()
1383 for (unsigned int j = 1; j < inc_h; j++) scene_->GetPixelElectrons(); in CaptureRGB()
1446 : scene_->GetPixelElectrons(); in CaptureYUV420()
1517 const uint32_t* pixel = scene_->GetPixelElectrons(); in CaptureDepth()
1521 for (unsigned int j = 1; j < inc_h; j++) scene_->GetPixelElectrons(); in CaptureDepth()
DEmulatedScene.cpp503 const uint32_t* EmulatedScene::GetPixelElectrons() { in GetPixelElectrons() function in android::EmulatedScene