Home
last modified time | relevance | path

Searched refs:physcam_settings (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DInFlightRequest.h49 const camera_metadata_t **physcam_settings; member
DCamera3Device.cpp3495 cloned = clone_camera_metadata(halRequest.physcam_settings[i]); in updateNextRequest()
3963 halRequest->physcam_settings = in prepareHalRequests()
3966 halRequest->physcam_settings = nullptr; in prepareHalRequests()
3974 halRequest->physcam_settings[i] = it->metadata.getAndLock(); in prepareHalRequests()
4339 if (halRequest->physcam_settings != nullptr) { in cleanupPhysicalSettings()
4343 it->metadata.unlock(halRequest->physcam_settings[i]); in cleanupPhysicalSettings()
4345 delete [] halRequest->physcam_settings; in cleanupPhysicalSettings()
4346 halRequest->physcam_settings = nullptr; in cleanupPhysicalSettings()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp1610 if (request->physcam_settings != nullptr) { in processBatchCaptureRequests()
1611 size_t settingsSize = get_camera_metadata_size(request->physcam_settings[j]); in processBatchCaptureRequests()
1613 reinterpret_cast<const uint8_t*>(request->physcam_settings[j]), in processBatchCaptureRequests()
1623 request->physcam_settings[j])), in processBatchCaptureRequests()
1624 get_camera_metadata_size(request->physcam_settings[j])); in processBatchCaptureRequests()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp1299 if (request->physcam_settings != nullptr) { in processBatchCaptureRequests()
1300 size_t settingsSize = get_camera_metadata_size(request->physcam_settings[j]); in processBatchCaptureRequests()
1302 reinterpret_cast<const int8_t*>(request->physcam_settings[j]), in processBatchCaptureRequests()
1312 request->physcam_settings[j])); in processBatchCaptureRequests()