/aosp12/frameworks/av/media/codec2/vndk/include/ |
H A D | C2PlatformSupport.h | 161 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 D | C2Store.cpp | 50 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 D | DefaultFilterPlugin.h | 35 std::shared_ptr<C2ComponentStore> getStore() override { return mStore; } in getStore() 47 std::shared_ptr<C2ComponentStore> mStore;
|
H A D | FilterWrapper.h | 43 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 D | ComponentStore.h | 58 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 D | ComponentStore.h | 59 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 D | ComponentStore.h | 59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store); 133 std::shared_ptr<C2ComponentStore> mStore;
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | ComponentStore.cpp | 60 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 D | ComponentStore.cpp | 60 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 D | ComponentStore.cpp | 60 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 D | FilterPlugin.h | 37 virtual std::shared_ptr<C2ComponentStore> getComponentStore() = 0;
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Component.h | 773 class C2ComponentStore { 969 virtual ~C2ComponentStore() = default;
|
/aosp12/frameworks/av/media/codec2/tests/ |
H A D | C2ComponentInterface_test.cpp | 681 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 D | CodecServiceRegistrant.cpp | 47 class H2C2ComponentStore : public C2ComponentStore { 410 std::shared_ptr<C2ComponentStore> store = in RegisterCodecServices()
|
/aosp12/frameworks/av/media/codec2/hidl/services/ |
H A D | vendor.cpp | 42 class StoreImpl : public C2ComponentStore {
|
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/ |
H A D | SampleFilterPlugin.cpp | 815 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 D | C2Fuzzer.cpp | 154 std::shared_ptr<C2ComponentStore> componentStore = GetTestComponentStore(codec2FactoryFunc); in initDecoder()
|
/aosp12/frameworks/av/media/codec2/components/cmds/ |
H A D | codec2.cpp | 215 std::shared_ptr<C2ComponentStore> store = GetCodec2PlatformComponentStore(); in play()
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 106 class Client2Store : public C2ComponentStore {
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 434 class Codec2ClientInterfaceWrapper : public C2ComponentStore {
|