Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2PlatformSupport.h31 std::shared_ptr<C2AllocatorStore> GetCodec2PlatformAllocatorStore();
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp30 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in setupCodec2()
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp100 auto allocatorStore = GetCodec2PlatformAllocatorStore(); in C2AllocatorBlob()
DC2Store.cpp281 std::shared_ptr<C2AllocatorStore> GetCodec2PlatformAllocatorStore() { in GetCodec2PlatformAllocatorStore() function
342 GetCodec2PlatformAllocatorStore(); in _createBlockPool()
461 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in GetCodec2BlockPool()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp146 std::shared_ptr<C2AllocatorStore> store = GetCodec2PlatformAllocatorStore(); in SimplePlayer()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp288 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setInputSurface()
DCCodecBuffers.cpp911 mStore(GetCodec2PlatformAllocatorStore()) { } in GraphicMetadataInputBuffers()
DCCodecBufferChannel.cpp917 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp173 c2_status_t c2err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in init()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp73 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp74 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp75 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp83 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2240 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in android_media_MediaCodec_native_queueHardwareBuffer()