Home
last modified time | relevance | path

Searched refs:GetCodec2BlockPool (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecBuffers_test.cpp49 ASSERT_EQ(OK, GetCodec2BlockPool(C2BlockPool::BASIC_GRAPHIC, nullptr, &pool)); in TEST()
176 ASSERT_EQ(OK, GetCodec2BlockPool(C2BlockPool::BASIC_GRAPHIC, nullptr, &pool)); in TEST()
310 ASSERT_EQ(OK, GetCodec2BlockPool(C2BlockPool::BASIC_GRAPHIC, nullptr, &pool)); in TEST()
878 ASSERT_EQ(OK, GetCodec2BlockPool(C2BlockPool::BASIC_LINEAR, nullptr, &pool)); in TEST()
H A DFrameReassembler_test.cpp44 mInitStatus = GetCodec2BlockPool(C2BlockPool::BASIC_LINEAR, nullptr, &mPool); in FrameReassemblerTest()
/aosp_15_r20/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformSupport.h134 c2_status_t GetCodec2BlockPool(
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.2/utils/
H A DComponent.cpp367 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
611 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurfaceWithSyncObj()
/aosp_15_r20/external/v4l2_codec2/components/
H A DEncodeComponent.cpp150 c2_status_t status = GetCodec2BlockPool(C2BlockPool::BASIC_GRAPHIC, nullptr, &pool); in getVideoFrameStride()
1022 c2_status_t status = GetCodec2BlockPool(poolId, std::move(sharedThis), &mOutputBlockPool); in getBlockPool()
H A DDecodeComponent.cpp201 auto status = GetCodec2BlockPool(poolId, std::move(sharedThis), &blockPool); in getVideoFramePool()
/aosp_15_r20/external/v4l2_codec2/common/
H A DFormatConverter.cpp154 c2_status_t status = GetCodec2BlockPool(C2BlockPool::BASIC_GRAPHIC, nullptr, &pool); in allocateBuffers()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.1/utils/
H A DComponent.cpp371 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/
H A DComponent.cpp365 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp502 err = GetCodec2BlockPool(poolId, shared_from_this(), &blockPool); in processQueue()
/aosp_15_r20/frameworks/av/media/codec2/hal/plugin/samples/
H A DSampleFilterPlugin.cpp704 GetCodec2BlockPool(poolId, thiz, &pool); in processLoop()
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp681 c2_status_t GetCodec2BlockPool( in GetCodec2BlockPool() function
/aosp_15_r20/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp1211 err = GetCodec2BlockPool(poolId, shared_from_this(), &blockPool); in processQueue()
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1810 err = GetCodec2BlockPool(inputPoolId, nullptr, &pool); in start()
H A DCCodec.cpp2659 c2_status_t status = GetCodec2BlockPool(C2BlockPool::BASIC_LINEAR, nullptr, &pool); in signalSetParameters()
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A Dclient.cpp1664 return C2_OK == GetCodec2BlockPool(blockPoolId, nullptr, &mBlockPool); in ensureBlockPool()