Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DSharedImageReaderFactory.java26 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributorFactory;
57 ImageDistributorFactory imageDistributorFactory = new ImageDistributorFactory(new in SharedImageReaderFactory()
DZslSharedImageReaderFactory.java31 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributorFactory;
67 ImageDistributorFactory imageDistributorFactory = new ImageDistributorFactory(lifetime, in ZslSharedImageReaderFactory()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageDistributorFactory.java28 public class ImageDistributorFactory { class
41 public ImageDistributorFactory(Lifetime lifetime, ImageReaderProxy imageReader, in ImageDistributorFactory() method in ImageDistributorFactory