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.cpp678 auto device_settings = settings->find((*b)->camera_id); in threadLoop() local
679 if (device_settings == settings->end()) { in threadLoop()
698 ns2ms(device_settings->second.exposure_time), in threadLoop()
699 device_settings->second.gain); in threadLoop()
704 scene_->SetExposureDuration((float)device_settings->second.exposure_time / in threadLoop()
718 scene_->SetTestPattern(device_settings->second.test_pattern_mode == in threadLoop()
720 scene_->SetTestPatternData(device_settings->second.test_pattern_data); in threadLoop()
723 (device_settings->second.video_stab == ANDROID_CONTROL_VIDEO_STABILIZATION_MODE_ON) ? in threadLoop()
728 bool max_res_mode = device_settings->second.sensor_pixel_mode; in threadLoop()
782 device_settings->second.gain, device_chars->second); in threadLoop()
[all …]