Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp154 std::shared_ptr<C2ComponentStore> componentStore = GetTestComponentStore(codec2FactoryFunc); in initDecoder() local
/frameworks/av/media/codec2/vndk/
DC2Store.cpp337 std::shared_ptr<C2ComponentStore> componentStore; in fetchIonAllocator() local
353 std::shared_ptr<C2ComponentStore> componentStore; in fetchDmaBufAllocator() local
433 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> componentStore) { in SetPreferredCodec2ComponentStore()
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp699 std::shared_ptr<C2ComponentStore> componentStore(create_store(), destroy_store); in TEST_F() local