Home
last modified time | relevance | path

Searched refs:C2ComponentStore (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformSupport.h161 std::shared_ptr<C2ComponentStore> GetCodec2PlatformComponentStore();
168 std::shared_ptr<C2ComponentStore> GetTestComponentStore(
178 void SetPreferredCodec2ComponentStore(std::shared_ptr<C2ComponentStore> store);
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp50 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()
318 std::shared_ptr<C2ComponentStore> componentStore; in fetchIonAllocator()
334 std::shared_ptr<C2ComponentStore> componentStore; in fetchDmaBufAllocator()
385 std::shared_ptr<C2ComponentStore> gPreferredComponentStore;
644 class C2PlatformComponentStore : public C2ComponentStore {
1224 static std::weak_ptr<C2ComponentStore> platformStore; in GetCodec2PlatformComponentStore()
1226 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore()
[all …]
/aosp12/frameworks/av/media/codec2/hidl/plugin/internal/
H A DDefaultFilterPlugin.h35 std::shared_ptr<C2ComponentStore> getStore() override { return mStore; } in getStore()
47 std::shared_ptr<C2ComponentStore> mStore;
H A DFilterWrapper.h43 virtual std::shared_ptr<C2ComponentStore> getStore() = 0;
102 std::shared_ptr<C2ComponentStore> mStore;
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponentStore.h58 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
118 std::shared_ptr<C2ComponentStore> mStore;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponentStore.h59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
126 std::shared_ptr<C2ComponentStore> mStore;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponentStore.h59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
133 std::shared_ptr<C2ComponentStore> mStore;
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf()
108 std::shared_ptr<C2ComponentStore> mStore;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
138 std::shared_ptr<C2ComponentStore> platformStore = android::GetCodec2PlatformComponentStore();
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf()
108 std::shared_ptr<C2ComponentStore> mStore;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
138 std::shared_ptr<C2ComponentStore> platformStore = android::GetCodec2PlatformComponentStore();
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf()
108 std::shared_ptr<C2ComponentStore> mStore;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
138 std::shared_ptr<C2ComponentStore> platformStore = android::GetCodec2PlatformComponentStore();
/aosp12/frameworks/av/media/codec2/hidl/plugin/include/codec2/hidl/plugin/
H A DFilterPlugin.h37 virtual std::shared_ptr<C2ComponentStore> getComponentStore() = 0;
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Component.h773 class C2ComponentStore {
969 virtual ~C2ComponentStore() = default;
/aosp12/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp681 typedef C2ComponentStore* create_t(); in TEST_F()
690 typedef void destroy_t(C2ComponentStore*); in TEST_F() typedef
699 std::shared_ptr<C2ComponentStore> componentStore(create_store(), destroy_store); in TEST_F()
/aosp12/frameworks/av/services/mediacodec/registrant/
H A DCodecServiceRegistrant.cpp47 class H2C2ComponentStore : public C2ComponentStore {
410 std::shared_ptr<C2ComponentStore> store = in RegisterCodecServices()
/aosp12/frameworks/av/media/codec2/hidl/services/
H A Dvendor.cpp42 class StoreImpl : public C2ComponentStore {
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp815 class SampleC2ComponentStore : public C2ComponentStore {
948 std::shared_ptr<C2ComponentStore> getComponentStore() override { in getComponentStore()
978 std::shared_ptr<C2ComponentStore> mStore;
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp154 std::shared_ptr<C2ComponentStore> componentStore = GetTestComponentStore(codec2FactoryFunc); in initDecoder()
/aosp12/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp215 std::shared_ptr<C2ComponentStore> store = GetCodec2PlatformComponentStore(); in play()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp106 class Client2Store : public C2ComponentStore {
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp434 class Codec2ClientInterfaceWrapper : public C2ComponentStore {