Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp429 size_t& totalHandoutCount = handOutBufferCounts.editValueFor(streamId); in onBuffersRemoved() local
433 if (count > totalHandoutCount) { in onBuffersRemoved()
435 __FUNCTION__, count, totalHandoutCount); in onBuffersRemoved()
444 totalHandoutCount -= count; in onBuffersRemoved()
447 __FUNCTION__, streamId, streamSetId, isMultiRes, totalHandoutCount, in onBuffersRemoved()