Home
last modified time | relevance | path

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

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