Searched refs:sensor_chars (Results 1 – 7 of 7) sorted by relevance
29 SensorCharacteristics* sensor_chars /*out*/) { in GetSensorCharacteristics() argument30 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 …]
47 SensorCharacteristics* sensor_chars /*out*/);
52 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()
285 const LogicalCharacteristics& sensor_chars) { in IsStreamCombinationSupported() argument293 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() argument329 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 …]
182 const LogicalCharacteristics& sensor_chars);188 const LogicalCharacteristics& sensor_chars, bool is_max_res = false);
295 LogicalCharacteristics sensor_chars; in IsConcurrentStreamCombinationSupported() local298 &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()