Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp154 std::shared_ptr<C2ComponentStore> componentStore = GetTestComponentStore(codec2FactoryFunc); in initDecoder() local
155 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()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp318 std::shared_ptr<C2ComponentStore> componentStore; in fetchIonAllocator() local
321 componentStore = _mComponentStore; in fetchIonAllocator()
324 UseComponentStoreForIonAllocator(allocator, componentStore); in fetchIonAllocator()
334 std::shared_ptr<C2ComponentStore> componentStore; in fetchDmaBufAllocator() local
337 componentStore = _mComponentStore; in fetchDmaBufAllocator()
340 UseComponentStoreForDmaBufAllocator(allocator, componentStore); in fetchDmaBufAllocator()
402 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> componentStore) { in SetPreferredCodec2ComponentStore() argument
409 gPreferredComponentStore = componentStore; in SetPreferredCodec2ComponentStore()
419 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()
/aosp12/frameworks/av/media/codec2/tests/
H A 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()