Home
last modified time | relevance | path

Searched refs:logical_chars (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedLogicalRequestState.cpp188 std::unique_ptr<HalCameraMetadata> logical_chars, in AdaptLogicalCharacteristics() argument
203 GetZoomRatioPhysicalCameraInfo(logical_chars.get(), in AdaptLogicalCharacteristics()
222 logical_chars->Set(ANDROID_SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, in AdaptLogicalCharacteristics()
225 logical_chars->Set(ANDROID_LOGICAL_MULTI_CAMERA_PHYSICAL_IDS, in AdaptLogicalCharacteristics()
234 logical_chars->Get(ANDROID_REQUEST_AVAILABLE_RESULT_KEYS, &entry); in AdaptLogicalCharacteristics()
238 logical_chars->Set(ANDROID_REQUEST_AVAILABLE_RESULT_KEYS, in AdaptLogicalCharacteristics()
250 logical_chars->Set(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, in AdaptLogicalCharacteristics()
261 return logical_chars; in AdaptLogicalCharacteristics()
332 const HalCameraMetadata* logical_chars, in GetZoomRatioPhysicalCameraInfo() argument
335 if ((logical_chars == nullptr) || (physical_devices == nullptr)) { in GetZoomRatioPhysicalCameraInfo()
[all …]
H A DEmulatedLogicalRequestState.h77 std::unique_ptr<HalCameraMetadata> logical_chars,
102 const HalCameraMetadata* logical_chars,
H A DEmulatedCameraDeviceSessionHWLImpl.cpp197 auto logical_chars = std::make_unique<LogicalCharacteristics>(logical_chars_); in InitializeRequestProcessor() local
198 auto ret = emulated_sensor->StartUp(camera_id_, std::move(logical_chars)); in InitializeRequestProcessor()
H A DEmulatedSensor.h195 std::unique_ptr<LogicalCharacteristics> logical_chars);
H A DEmulatedSensor.cpp479 std::unique_ptr<LogicalCharacteristics> logical_chars) { in StartUp() argument
484 if (logical_chars.get() == nullptr) { in StartUp()
488 chars_ = std::move(logical_chars); in StartUp()