Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp408 size_t& totalHandoutCount = handOutBufferCounts.editValueFor(streamId); in onBuffersRemoved() local
412 if (count > totalHandoutCount) { in onBuffersRemoved()
414 __FUNCTION__, count, totalHandoutCount); in onBuffersRemoved()
423 totalHandoutCount -= count; in onBuffersRemoved()
426 __FUNCTION__, streamId, streamSetId, totalHandoutCount, totalAttachedCount); in onBuffersRemoved()