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