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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h111 static const size_t kFrameListDepth = kZslBufferDepth * 2; member in class:android::camera2::ZslProcessor
H A DZslProcessor.cpp59 mFrameList.insertAt(0, kFrameListDepth);
90 mFrameListHead = (mFrameListHead + 1) % kFrameListDepth;

Completed in 160 milliseconds