Searched refs:componentStore (Results 1 – 3 of 3) sorted by relevance
154 std::shared_ptr<C2ComponentStore> componentStore = GetTestComponentStore(codec2FactoryFunc); in initDecoder() local155 if (!componentStore) { in initDecoder()179 status = componentStore->createComponent(C2COMPONENTNAME, &mComponent); in initDecoder()184 status = componentStore->createInterface(C2COMPONENTNAME, &mInterface); in initDecoder()221 componentStore->config_sm(configParams, &failures); in initDecoder()
337 std::shared_ptr<C2ComponentStore> componentStore; in fetchIonAllocator() local340 componentStore = _mComponentStore; in fetchIonAllocator()343 UseComponentStoreForIonAllocator(allocator, componentStore); in fetchIonAllocator()353 std::shared_ptr<C2ComponentStore> componentStore; in fetchDmaBufAllocator() local356 componentStore = _mComponentStore; in fetchDmaBufAllocator()359 UseComponentStoreForDmaBufAllocator(allocator, componentStore); in fetchDmaBufAllocator()433 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> componentStore) { in SetPreferredCodec2ComponentStore() argument440 gPreferredComponentStore = componentStore; in SetPreferredCodec2ComponentStore()450 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()
699 std::shared_ptr<C2ComponentStore> componentStore(create_store(), destroy_store); in TEST_F() local701 componentStore->createInterface("v4l2.decoder", &componentIntf); in TEST_F()