Home
last modified time | relevance | path

Searched refs:mLastPhysicalFrames (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp98 for (const auto& physicalFrame : mLastPhysicalFrames) { in dump()
164 mLastPhysicalFrames = std::move(result.mPhysicalMetadatas); in processNewFrames()
DFrameProcessorBase.h86 std::vector<PhysicalCaptureResultInfo> mLastPhysicalFrames; variable