Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp174 mFrameListDepth = pipelineMaxDepth; in ZslProcessor()
175 mBufferQueueDepth = mFrameListDepth + 1; in ZslProcessor()
178 mFrameList.resize(mFrameListDepth); in ZslProcessor()
215 mFrameListHead = (mFrameListHead + 1) % mFrameListDepth; in onResultAvailable()
677 mFrameList.resize(mFrameListDepth); in clearZslResultQueueLocked()
H A DZslProcessor.h127 size_t mFrameListDepth; variable