Searched refs:imageDistributor (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ |
D | ZslSharedImageReaderFactory.java | 69 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in ZslSharedImageReaderFactory() local 87 imageDistributor, imageReader.getSurface()); in ZslSharedImageReaderFactory() 93 imageReader.getSurface(), imageDistributor); in ZslSharedImageReaderFactory()
|
D | ImageStreamImpl.java | 43 ImageDistributor imageDistributor, Surface surface) { in ImageStreamImpl() argument 46 mImageDistributor = imageDistributor; in ImageStreamImpl()
|
D | AllocatingImageStream.java | 58 ImageDistributor imageDistributor, Surface surface) { in AllocatingImageStream() argument 59 super(imageStream, imageStreamController, imageDistributor, surface); in AllocatingImageStream()
|
D | SharedImageReaderFactory.java | 59 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in SharedImageReaderFactory() local 65 new Lifetime(lifetime), ticketPool, imageReader.getSurface(), imageDistributor); in SharedImageReaderFactory()
|
D | ManagedImageReader.java | 89 ImageDistributor imageDistributor) { in ManagedImageReader() argument 93 mImageDistributor = imageDistributor; in ManagedImageReader()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
D | ImageDistributorOnImageAvailableListener.java | 39 ImageDistributorImpl imageDistributor) { in ImageDistributorOnImageAvailableListener() argument 40 mImageDistributor = imageDistributor; in ImageDistributorOnImageAvailableListener()
|