Home
last modified time | relevance | path

Searched refs:LogicalCharacteristics (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h191 typedef std::unordered_map<uint32_t, SensorCharacteristics> LogicalCharacteristics; typedef
244 const LogicalCharacteristics& sensor_chars);
250 const LogicalCharacteristics& sensor_chars, bool is_max_res = false);
257 std::unique_ptr<LogicalCharacteristics> logical_chars);
330 std::unique_ptr<LogicalCharacteristics> chars_;
DEmulatedCameraDeviceHWLImpl.h112 LogicalCharacteristics sensor_chars_;
DEmulatedCameraDeviceSessionHWLImpl.h219 LogicalCharacteristics logical_chars_;
DEmulatedCameraDeviceSessionHWLImpl.cpp211 auto logical_chars = std::make_unique<LogicalCharacteristics>(logical_chars_); in InitializeRequestProcessor()
DEmulatedSensor.cpp357 const LogicalCharacteristics& sensor_chars) { in IsStreamCombinationSupported()
382 const LogicalCharacteristics& sensor_chars, bool is_max_res) { in IsStreamCombinationSupported()
635 std::unique_ptr<LogicalCharacteristics> logical_chars) { in StartUp()
DEmulatedCameraProviderHWLImpl.cpp301 LogicalCharacteristics sensor_chars; in IsConcurrentStreamCombinationSupported()