Searched refs:logical_chars (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedLogicalRequestState.cpp | 188 std::unique_ptr<HalCameraMetadata> logical_chars, in AdaptLogicalCharacteristics() argument 190 if ((logical_chars.get() == nullptr) || (physical_devices.get() == nullptr)) { in AdaptLogicalCharacteristics() 203 GetZoomRatioPhysicalCameraInfo(logical_chars.get(), in AdaptLogicalCharacteristics() 220 logical_chars->Set(ANDROID_CONTROL_ZOOM_RATIO_RANGE, zoom_range, 2); 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() 230 logical_chars->Set(google_camera_hal::kLogicalCamDefaultPhysicalId, 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() 243 logical_chars->Get(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, &entry); in AdaptLogicalCharacteristics() [all …]
|
D | EmulatedLogicalRequestState.h | 77 std::unique_ptr<HalCameraMetadata> logical_chars, 102 const HalCameraMetadata* logical_chars,
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 197 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()
|
D | EmulatedSensor.h | 195 std::unique_ptr<LogicalCharacteristics> logical_chars);
|
D | EmulatedSensor.cpp | 479 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()
|