Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DSharedImageReaderFactory.java57 ImageDistributorFactory imageDistributorFactory = new ImageDistributorFactory(new in SharedImageReaderFactory() local
59 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in SharedImageReaderFactory()
60 mGlobalTimestampQueue = imageDistributorFactory.provideGlobalTimestampCallback(); in SharedImageReaderFactory()
DZslSharedImageReaderFactory.java67 ImageDistributorFactory imageDistributorFactory = new ImageDistributorFactory(lifetime, in ZslSharedImageReaderFactory() local
69 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in ZslSharedImageReaderFactory()
70 Updatable<Long> globalTimestampQueue = imageDistributorFactory in ZslSharedImageReaderFactory()