Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h80 const uint32_t* GetPixelElectrons();
DEmulatedSensor.cpp1529 electron_count = scene_->GetPixelElectrons()[color_idx]; in CaptureRaw()
1577 const uint32_t* pixel = scene_->GetPixelElectrons(); in CaptureRGB()
1612 for (unsigned int j = 1; j < inc_h; j++) scene_->GetPixelElectrons(); in CaptureRGB()
1676 : scene_->GetPixelElectrons(); in CaptureYUV420()
1753 const uint32_t* pixel = scene_->GetPixelElectrons(); in CaptureDepth()
1757 for (unsigned int j = 1; j < inc_h; j++) scene_->GetPixelElectrons(); in CaptureDepth()
DEmulatedScene.cpp419 const uint32_t* EmulatedScene::GetPixelElectrons() { in GetPixelElectrons() function in android::EmulatedScene