Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageBackend.java304 int countImageRefs = numPropagatedImageReferences(img, tasks); in appendTasks() local
309 incrementSemaphoreReferenceCount(img, countImageRefs); in appendTasks()
441 int countImageRefs = numPropagatedImageReferences(img, tasks); in receiveImage() local
449 ImageReleaseProtocol protocol = setSemaphoreReferenceCount(img, countImageRefs, in receiveImage()
785 int countImageRefs = 0; in numPropagatedImageReferences() local
792 countImageRefs++; in numPropagatedImageReferences()
796 return countImageRefs; in numPropagatedImageReferences()