Searched refs:GetPixelElectrons (Results 1 – 3 of 3) sorted by relevance
88 const uint32_t* GetPixelElectrons();
1258 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()
503 const uint32_t* EmulatedScene::GetPixelElectrons() { in GetPixelElectrons() function in android::EmulatedScene