Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
DMetadataPoolFactory.java27 private final MetadataPoolImpl mMetadataPool; field in MetadataPoolFactory
30 mMetadataPool = new MetadataPoolImpl(); in MetadataPoolFactory()
31 mImageQueue = new MetadataReleasingImageQueue(imageQueue, mMetadataPool); in MetadataPoolFactory()
35 return mMetadataPool; in provideMetadataPool()
39 return mMetadataPool; in provideMetadataCallback()
48 return mMetadataPool; in provideMetadataPoolImpl()
DMetadataReleasingImageQueue.java47 mMetadataPool.removeMetadataFuture(timestamp); in close()
52 private final MetadataPool mMetadataPool; field in MetadataReleasingImageQueue
57 mMetadataPool = metadataPool; in MetadataReleasingImageQueue()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DZslSharedImageReaderFactory.java47 private final MetadataPool mMetadataPool; field in ZslSharedImageReaderFactory
89 mMetadataPool = metadataPoolFactory.provideMetadataPool(); in ZslSharedImageReaderFactory()
117 return mMetadataPool; in provideMetadataPool()