Searched refs:sensor_chars_ (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceHWLImpl.cpp | 70 auto ret = GetSensorCharacteristics(static_metadata_.get(), &sensor_chars_); in Initialize() 167 stream_config, *stream_coniguration_map_, sensor_chars_); in IsStreamCombinationSupported()
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 76 ret = GetSensorCharacteristics(static_metadata_.get(), &sensor_chars_); in Initialize() 84 logical_chars->emplace(camera_id_, sensor_chars_); in Initialize() 144 request_config, *stream_coniguration_map_, sensor_chars_)) { in ConfigurePipeline()
|
D | EmulatedCameraDeviceHWLImpl.h | 86 SensorCharacteristics sensor_chars_; variable
|
D | EmulatedCameraDeviceSessionHWLImpl.h | 171 SensorCharacteristics sensor_chars_; variable
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.cpp | 249 SensorCharacteristics sensor_chars_; member in android::ExifUtilsImpl 306 sensor_chars_(sensor_chars) { in ExifUtilsImpl() 939 if (!SetFocalLengthIn35mmFilm(focal_length, sensor_chars_.physical_size[0], in SetFromMetadata() 940 sensor_chars_.physical_size[1])) { in SetFromMetadata() 951 sensor_chars_.width, sensor_chars_.height)) { in SetFromMetadata() 1074 if (!SetFlash(sensor_chars_.is_flash_supported, flash_state, ae_mode)) { in SetFromMetadata()
|