Searched refs:device_settings (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedSensor.cpp | 678 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() 728 bool max_res_mode = device_settings->second.sensor_pixel_mode; in threadLoop() 782 device_settings->second.gain, device_chars->second); in threadLoop() 875 yuv_input, yuv_output, device_settings->second.gain, in threadLoop() 876 process_type, device_settings->second.zoom_ratio, in threadLoop() 924 yuv_input, yuv_output, device_settings->second.gain, in threadLoop() 925 process_type, device_settings->second.zoom_ratio, in threadLoop() [all …]
|