Home
last modified time | relevance | path

Searched refs:mGraphicPool (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp42 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, mBlockPoolId++); in setupCodec2()
43 if (!mGraphicPool) return -1; in setupCodec2()
DBenchmarkC2Common.h111 mGraphicPool(nullptr), in BenchmarkC2Common()
132 std::shared_ptr<C2BlockPool> mGraphicPool; variable
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp77 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, mBlockPoolId++, ver); in SetUp()
78 ASSERT_NE(mGraphicPool, nullptr); in SetUp()
213 std::shared_ptr<C2BlockPool> mGraphicPool; member in __anon0988122b0111::Codec2VideoEncHidlTestBase
568 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, in TEST_P()
681 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, 0, in TEST_P()
701 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, in TEST_P()
741 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, 0, in TEST_P()
746 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, 1, in TEST_P()
751 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, 2, in TEST_P()
798 mFlushedIndices, mGraphicPool, eleStream, mDisableTest, 0, in TEST_P()
[all …]
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp200 status = mGraphicPool->fetchGraphicBlock( in encodeFrames()