Lines Matching refs:C2ComponentStore
50 std::shared_ptr<C2ComponentStore> GetPreferredCodec2ComponentStore();
76 void setComponentStore(std::shared_ptr<C2ComponentStore> store);
98 std::shared_ptr<C2ComponentStore> _mComponentStore;
184 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForIonAllocator()
236 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForDmaBufAllocator()
296 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore()
318 std::shared_ptr<C2ComponentStore> componentStore; in fetchIonAllocator()
334 std::shared_ptr<C2ComponentStore> componentStore; in fetchDmaBufAllocator()
385 std::shared_ptr<C2ComponentStore> gPreferredComponentStore;
402 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> componentStore) { in SetPreferredCodec2ComponentStore()
423 std::shared_ptr<C2ComponentStore> GetPreferredCodec2ComponentStore() { in GetPreferredCodec2ComponentStore()
644 class C2PlatformComponentStore : public C2ComponentStore {
1222 std::shared_ptr<C2ComponentStore> GetCodec2PlatformComponentStore() { in GetCodec2PlatformComponentStore()
1224 static std::weak_ptr<C2ComponentStore> platformStore; in GetCodec2PlatformComponentStore()
1226 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore()
1235 std::shared_ptr<C2ComponentStore> GetTestComponentStore( in GetTestComponentStore()
1239 return std::shared_ptr<C2ComponentStore>(new C2PlatformComponentStore(funcs)); in GetTestComponentStore()