Home
last modified time | relevance | path

Searched refs:scene_ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp367 scene_ = new EmulatedScene( in StartUp()
371 scene_->InitializeSensorQueue(); in StartUp()
562 scene_->Initialize(device_chars->second.width, in threadLoop()
564 scene_->SetExposureDuration((float)device_settings->second.exposure_time / in threadLoop()
566 scene_->SetColorFilterXYZ(device_chars->second.color_filter.rX, in threadLoop()
581 scene_->CalculateScene(next_capture_time_, handshake_divider); in threadLoop()
905 scene_->SetReadoutPixel(0, 0); in CaptureRaw()
911 electron_count = scene_->GetPixelElectrons()[bayer_row[x & 0x1]]; in CaptureRaw()
952 scene_->SetReadoutPixel(0, y); in CaptureRGB()
957 const uint32_t* pixel = scene_->GetPixelElectrons(); in CaptureRGB()
[all …]
DEmulatedScene.h99 SensorHandler(wp<EmulatedScene> scene) : scene_(scene) { in SensorHandler()
106 wp<EmulatedScene> scene_;
DEmulatedSensor.h296 sp<EmulatedScene> scene_; variable
DEmulatedScene.cpp144 auto scene = scene_.promote(); in onEvent()