Searched refs:ImageDistributor (Results 1 – 8 of 8) sorted by relevance
27 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributor;36 private final ImageDistributor mImageDistributor;43 ImageDistributor imageDistributor, Surface surface) { in ImageStreamImpl()
31 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributor;80 private final ImageDistributor mImageDistributor;89 ImageDistributor imageDistributor) { in ManagedImageReader()
25 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributor;59 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in SharedImageReaderFactory()
25 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributor;58 ImageDistributor imageDistributor, Surface surface) { in AllocatingImageStream()
30 import com.android.camera.one.v2.sharedimagereader.imagedistributor.ImageDistributor;69 ImageDistributor imageDistributor = imageDistributorFactory.provideImageDistributor(); in ZslSharedImageReaderFactory()
26 public interface ImageDistributor { interface
59 public ImageDistributor provideImageDistributor() { in provideImageDistributor()
38 class ImageDistributorImpl implements ImageDistributor {