Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DZslSharedImageReaderFactory.java69 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in ZslSharedImageReaderFactory() local
87 imageDistributor, imageReader.getSurface()); in ZslSharedImageReaderFactory()
93 imageReader.getSurface(), imageDistributor); in ZslSharedImageReaderFactory()
DImageStreamImpl.java43 ImageDistributor imageDistributor, Surface surface) { in ImageStreamImpl() argument
46 mImageDistributor = imageDistributor; in ImageStreamImpl()
DAllocatingImageStream.java58 ImageDistributor imageDistributor, Surface surface) { in AllocatingImageStream() argument
59 super(imageStream, imageStreamController, imageDistributor, surface); in AllocatingImageStream()
DSharedImageReaderFactory.java59 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in SharedImageReaderFactory() local
65 new Lifetime(lifetime), ticketPool, imageReader.getSurface(), imageDistributor); in SharedImageReaderFactory()
DManagedImageReader.java89 ImageDistributor imageDistributor) { in ManagedImageReader() argument
93 mImageDistributor = imageDistributor; in ManagedImageReader()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageDistributorOnImageAvailableListener.java39 ImageDistributorImpl imageDistributor) { in ImageDistributorOnImageAvailableListener() argument
40 mImageDistributor = imageDistributor; in ImageDistributorOnImageAvailableListener()