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.cpp29 SensorCharacteristics* sensor_chars /*out*/) { in GetSensorCharacteristics() argument
30 if ((metadata == nullptr) || (sensor_chars == nullptr)) { in GetSensorCharacteristics()
41 sensor_chars->width = entry.data.i32[0]; in GetSensorCharacteristics()
42 sensor_chars->height = entry.data.i32[1]; in GetSensorCharacteristics()
43 sensor_chars->full_res_width = sensor_chars->width; in GetSensorCharacteristics()
44 sensor_chars->full_res_height = sensor_chars->height; in GetSensorCharacteristics()
49 sensor_chars->full_res_width = entry.data.i32[0]; in GetSensorCharacteristics()
50 sensor_chars->full_res_height = entry.data.i32[1]; in GetSensorCharacteristics()
51 sensor_chars->quad_bayer_sensor = true; in GetSensorCharacteristics()
60 sensor_chars->max_raw_streams = entry.data.i32[0]; in GetSensorCharacteristics()
[all …]
DHWLUtils.h47 SensorCharacteristics* sensor_chars /*out*/);
DExifUtils.h52 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.cpp285 const LogicalCharacteristics& sensor_chars) { in IsStreamCombinationSupported() argument
293 sensor_chars) && in IsStreamCombinationSupported()
296 physical_map_max_resolution, sensor_chars, /*is_max_res*/ true) && in IsStreamCombinationSupported()
300 sensor_chars) || in IsStreamCombinationSupported()
303 physical_map_max_resolution, sensor_chars, /*is_max_res*/ true)); in IsStreamCombinationSupported()
310 const LogicalCharacteristics& sensor_chars, bool is_max_res) { in IsStreamCombinationSupported() argument
329 if (sensor_chars.at(logical_id).max_input_streams == 0) { in IsStreamCombinationSupported()
383 ? sensor_chars.at(stream.physical_camera_id) in IsStreamCombinationSupported()
384 : sensor_chars.at(logical_id); in IsStreamCombinationSupported()
436 sensor_chars.at(raw_count.first).max_raw_streams + in IsStreamCombinationSupported()
[all …]
DEmulatedSensor.h182 const LogicalCharacteristics& sensor_chars);
188 const LogicalCharacteristics& sensor_chars, bool is_max_res = false);
DEmulatedCameraProviderHWLImpl.cpp295 LogicalCharacteristics sensor_chars; in IsConcurrentStreamCombinationSupported() local
298 &sensor_chars[config.camera_id]); in IsConcurrentStreamCombinationSupported()
320 &sensor_chars[physical_camera_id]); in IsConcurrentStreamCombinationSupported()
332 physical_stream_configuration_map_max_resolution, sensor_chars)) { in IsConcurrentStreamCombinationSupported()