Home
last modified time | relevance | path

Searched refs:GetCodec2PlatformAllocatorStore (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2024-0023/
H A Dpoc.cpp34 android::GetCodec2PlatformAllocatorStore(); in main()
/aosp_15_r20/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformSupport.h37 std::shared_ptr<C2AllocatorStore> GetCodec2PlatformAllocatorStore();
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DC2NodeImpl.cpp259 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setInputSurface()
272 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setAidlInputSurface()
H A DCCodecBuffers.cpp1160 mStore(GetCodec2PlatformAllocatorStore()) { } in GraphicMetadataInputBuffers()
H A DCCodecBufferChannel.cpp1730 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start()
/aosp_15_r20/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.cpp30 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in setupCodec2()
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp422 std::shared_ptr<C2AllocatorStore> GetCodec2PlatformAllocatorStore() { in GetCodec2PlatformAllocatorStore() function
502 GetCodec2PlatformAllocatorStore(); in _createBlockPool()
685 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in GetCodec2BlockPool()
H A DC2AllocatorBlob.cpp160 auto allocatorStore = GetCodec2PlatformAllocatorStore(); in C2AllocatorBlob()
H A DC2Buffer.cpp465 … std::shared_ptr<C2AllocatorStore> allocatorStore = android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock()
492 … std::shared_ptr<C2AllocatorStore> allocatorStore = android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock()
524 android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock()
/aosp_15_r20/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp159 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in initDecoder()
/aosp_15_r20/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp145 std::shared_ptr<C2AllocatorStore> store = GetCodec2PlatformAllocatorStore(); in SimplePlayer()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/
H A DInputSurfaceConnection.cpp173 c2_status_t c2err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in init()
H A DComponent.cpp608 std::shared_ptr<C2AllocatorStore> store = ::android::GetCodec2PlatformAllocatorStore(); in initListener()
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/
H A DComponent.cpp492 std::shared_ptr<C2AllocatorStore> store = ::android::GetCodec2PlatformAllocatorStore(); in initListener()
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
H A Dpoc.cpp131 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.1/utils/
H A DComponent.cpp621 std::shared_ptr<C2AllocatorStore> store = ::android::GetCodec2PlatformAllocatorStore(); in initListener()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.2/utils/
H A DComponent.cpp648 std::shared_ptr<C2AllocatorStore> store = ::android::GetCodec2PlatformAllocatorStore(); in initListener()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp71 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp96 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp72 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp123 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
/aosp_15_r20/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp334 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in getLinearAllocator()
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp3173 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in android_media_MediaCodec_native_queueHardwareBuffer()