Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp213 std::shared_ptr<C2ComponentStore> componentStore; in fetchIonAllocator() local
216 componentStore = _mComponentStore; in fetchIonAllocator()
219 UseComponentStoreForIonAllocator(allocator, componentStore); in fetchIonAllocator()
269 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> componentStore) { in SetPreferredCodec2ComponentStore() argument
276 gPreferredComponentStore = componentStore; in SetPreferredCodec2ComponentStore()
286 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp699 std::shared_ptr<C2ComponentStore> componentStore(create_store(), destroy_store); in TEST_F() local
701 componentStore->createInterface("v4l2.decoder", &componentIntf); in TEST_F()