Home
last modified time | relevance | path

Searched refs:mPhysicalMetadatas (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/camera/
H A DCaptureResult.cpp129 mPhysicalMetadatas = std::move(otherResult.mPhysicalMetadatas); in CaptureResult()
135 mPhysicalMetadatas = otherResult.mPhysicalMetadatas; in CaptureResult()
148 mPhysicalMetadatas.clear(); in readFromParcel()
183 mPhysicalMetadatas.emplace(mPhysicalMetadatas.end(), cameraId, physicalMetadata); in readFromParcel()
216 int32_t physicalMetadataCount = static_cast<int32_t>(mPhysicalMetadatas.size()); in writeToParcel()
223 for (const auto& physicalMetadata : mPhysicalMetadatas) { in writeToParcel()
/aosp12/frameworks/av/camera/include/camera/
H A DCaptureResult.h162 std::vector<PhysicalCaptureResultInfo> mPhysicalMetadatas; member
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OfflineSession.cpp232 frame->mPhysicalMetadatas = std::move(result.mPhysicalMetadatas); in getNextResult()
H A DCamera3OutputUtils.cpp151 for (auto& physicalMetadata : result->mPhysicalMetadatas) { in insertResultLocked()
262 captureResult.mPhysicalMetadatas = physicalMetadatas; in sendCaptureResult()
280 for (auto& physicalMetadata : captureResult.mPhysicalMetadatas) { in sendCaptureResult()
327 for (auto& physicalMetadata : captureResult.mPhysicalMetadatas) { in sendCaptureResult()
356 for (auto& physicalMetadata : captureResult.mPhysicalMetadatas) { in sendCaptureResult()
H A DCamera3Device.cpp2002 frame->mPhysicalMetadatas = std::move(result.mPhysicalMetadatas); in getNextResult()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp165 mLastPhysicalFrames = std::move(result.mPhysicalMetadatas); in processNewFrames()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraOfflineSessionClient.cpp258 result.mPhysicalMetadatas); in onResultAvailable()
H A DCameraDeviceClient.cpp1929 result.mPhysicalMetadatas); in onResultAvailable()