Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp413 size_t& totalHandoutCount = handOutBufferCounts.editValueFor(streamId); in onBuffersRemoved() local
417 if (count > totalHandoutCount) { in onBuffersRemoved()
419 __FUNCTION__, count, totalHandoutCount); in onBuffersRemoved()
428 totalHandoutCount -= count; in onBuffersRemoved()
431 __FUNCTION__, streamId, streamSetId, totalHandoutCount, totalAttachedCount); in onBuffersRemoved()