Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp863 auto device_settings = settings->find((*b)->camera_id); in threadLoop() local
864 if (device_settings == settings->end()) { in threadLoop()
883 ns2ms(device_settings->second.exposure_time), in threadLoop()
884 device_settings->second.gain); in threadLoop()
889 scene_->SetExposureDuration((float)device_settings->second.exposure_time / in threadLoop()
903 scene_->SetTestPattern(device_settings->second.test_pattern_mode == in threadLoop()
905 scene_->SetTestPatternData(device_settings->second.test_pattern_data); in threadLoop()
906 scene_->SetScreenRotation(device_settings->second.screen_rotation); in threadLoop()
909 (device_settings->second.video_stab == in threadLoop()
911 (device_settings->second.video_stab == in threadLoop()
[all …]