Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp73 SensorCharacteristics* sensor_chars /*out*/) { in GetSensorCharacteristics() argument
74 if ((metadata == nullptr) || (sensor_chars == nullptr)) { in GetSensorCharacteristics()
85 sensor_chars->width = entry.data.i32[0]; in GetSensorCharacteristics()
86 sensor_chars->height = entry.data.i32[1]; in GetSensorCharacteristics()
87 sensor_chars->full_res_width = sensor_chars->width; in GetSensorCharacteristics()
88 sensor_chars->full_res_height = sensor_chars->height; in GetSensorCharacteristics()
93 sensor_chars->full_res_width = entry.data.i32[0]; in GetSensorCharacteristics()
94 sensor_chars->full_res_height = entry.data.i32[1]; in GetSensorCharacteristics()
95 sensor_chars->quad_bayer_sensor = true; in GetSensorCharacteristics()
98 if (sensor_chars->quad_bayer_sensor) { in GetSensorCharacteristics()
[all …]
DHWLUtils.h50 SensorCharacteristics* sensor_chars /*out*/);
DExifUtils.h60 static ExifUtils* Create(SensorCharacteristics sensor_chars);
DExifUtils.cpp52 ExifUtilsImpl(SensorCharacteristics sensor_chars);
295 ExifUtils* ExifUtils::Create(SensorCharacteristics sensor_chars) { in Create() argument
296 return new ExifUtilsImpl(sensor_chars); in Create()
302 ExifUtilsImpl::ExifUtilsImpl(SensorCharacteristics sensor_chars) in ExifUtilsImpl() argument
306 sensor_chars_(sensor_chars) { in ExifUtilsImpl()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp357 const LogicalCharacteristics& sensor_chars) { in IsStreamCombinationSupported() argument
365 sensor_chars) && in IsStreamCombinationSupported()
368 physical_map_max_resolution, sensor_chars, /*is_max_res*/ true) && in IsStreamCombinationSupported()
372 sensor_chars) || in IsStreamCombinationSupported()
375 physical_map_max_resolution, sensor_chars, /*is_max_res*/ true)); in IsStreamCombinationSupported()
382 const LogicalCharacteristics& sensor_chars, bool is_max_res) { in IsStreamCombinationSupported() argument
401 if (sensor_chars.at(logical_id).max_input_streams == 0) { in IsStreamCombinationSupported()
440 ? sensor_chars.at(stream.physical_camera_id) in IsStreamCombinationSupported()
441 : sensor_chars.at(logical_id); in IsStreamCombinationSupported()
494 ? sensor_chars.at(stream.physical_camera_id) in IsStreamCombinationSupported()
[all …]
DEmulatedSensor.h244 const LogicalCharacteristics& sensor_chars);
250 const LogicalCharacteristics& sensor_chars, bool is_max_res = false);
DEmulatedCameraProviderHWLImpl.cpp301 LogicalCharacteristics sensor_chars; in IsConcurrentStreamCombinationSupported() local
304 &sensor_chars[config.camera_id]); in IsConcurrentStreamCombinationSupported()
326 &sensor_chars[physical_camera_id]); in IsConcurrentStreamCombinationSupported()
338 physical_stream_configuration_map_max_resolution, sensor_chars)) { in IsConcurrentStreamCombinationSupported()