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.cpp542 auto device_settings = settings->find((*b)->camera_id); in threadLoop() local
543 if (device_settings == settings->end()) { in threadLoop()
559 ns2ms(device_settings->second.exposure_time), in threadLoop()
560 device_settings->second.gain); in threadLoop()
564 scene_->SetExposureDuration((float)device_settings->second.exposure_time / in threadLoop()
579 (device_settings->second.video_stab == ANDROID_CONTROL_VIDEO_STABILIZATION_MODE_ON) ? in threadLoop()
587 CaptureRaw((*b)->plane.img.img, device_settings->second.gain, in threadLoop()
599 device_settings->second.gain, device_chars->second); in threadLoop()
610 device_settings->second.gain, device_chars->second); in threadLoop()
646 device_settings->second.rotate_and_crop == ANDROID_SCALER_ROTATE_AND_CROP_90; in threadLoop()
[all …]