Searched refs:sensor_chars (Results 1 – 7 of 7) sorted by relevance
73 SensorCharacteristics* sensor_chars /*out*/) { in GetSensorCharacteristics() argument74 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 …]
50 SensorCharacteristics* sensor_chars /*out*/);
60 static ExifUtils* Create(SensorCharacteristics sensor_chars);
52 ExifUtilsImpl(SensorCharacteristics sensor_chars);295 ExifUtils* ExifUtils::Create(SensorCharacteristics sensor_chars) { in Create() argument296 return new ExifUtilsImpl(sensor_chars); in Create()302 ExifUtilsImpl::ExifUtilsImpl(SensorCharacteristics sensor_chars) in ExifUtilsImpl() argument306 sensor_chars_(sensor_chars) { in ExifUtilsImpl()
357 const LogicalCharacteristics& sensor_chars) { in IsStreamCombinationSupported() argument365 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() argument401 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 …]
244 const LogicalCharacteristics& sensor_chars);250 const LogicalCharacteristics& sensor_chars, bool is_max_res = false);
301 LogicalCharacteristics sensor_chars; in IsConcurrentStreamCombinationSupported() local304 &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()