Searched refs:physcam_settings (Results 1 – 4 of 4) sorted by relevance
49 const camera_metadata_t **physcam_settings; member
3495 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()
1610 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()
1299 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()