Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h111 static const size_t kFrameListDepth = kZslBufferDepth * 2; variable
DZslProcessor.cpp59 mFrameList.insertAt(0, kFrameListDepth); in ZslProcessor()
90 mFrameListHead = (mFrameListHead + 1) % kFrameListDepth; in onResultAvailable()