HomeSort by relevance Sort by last modified time
    Searched refs:mFrameListDepth (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 127 size_t mFrameListDepth;
ZslProcessor.cpp 171 mFrameListDepth = pipelineMaxDepth;
172 mBufferQueueDepth = mFrameListDepth + 1;
175 mFrameList.insertAt(0, mFrameListDepth);
212 mFrameListHead = (mFrameListHead + 1) % mFrameListDepth;
728 mFrameList.insertAt(0, mFrameListDepth);

Completed in 537 milliseconds