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

  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor.h 107 static const size_t kFrameListDepth = kZslBufferDepth * 2;
ZslProcessor3.h 112 static const size_t kFrameListDepth = kZslBufferDepth * 2;
ZslProcessor3.cpp 54 mFrameList.insertAt(0, kFrameListDepth);
76 mFrameListHead = (mFrameListHead + 1) % kFrameListDepth;
ZslProcessor.cpp 56 mFrameList.insertAt(0, kFrameListDepth);
86 mFrameListHead = (mFrameListHead + 1) % kFrameListDepth;

Completed in 2294 milliseconds