Home
last modified time | relevance | path

Searched refs:allocateBuffer (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp619 std::pair<sp<IBuffer>, uint32_t> allocateBuffer(const sp<IPreparedModel>& preparedModel, in allocateBuffer() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase
655 std::pair<sp<IBuffer>, uint32_t> allocateBuffer(const sp<IPreparedModel>& preparedModel, in allocateBuffer() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase
658 return allocateBuffer(preparedModel, inputIndexes, outputIndexes, {}); in allocateBuffer()
699 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
713 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
732 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
758 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
784 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
793 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
811 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h169 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
DQCameraMem.cpp407 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc()
714 int QCameraMemoryPool::allocateBuffer( in allocateBuffer() function in qcamera::QCameraMemoryPool
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp303 void allocateBuffer(sp<IOmxNode> omxNode, BufferInfo* buffer, OMX_U32 portIndex, in allocateBuffer() function
397 ASSERT_NO_FATAL_FAILURE(allocateBuffer(omxNode, &buffer, portIndex, in allocatePortBuffers()
Dmedia_hidl_test_common.h359 void allocateBuffer(sp<IOmxNode> omxNode, BufferInfo* buffer, OMX_U32 portIndex,
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp474 ASSERT_NO_FATAL_FAILURE(allocateBuffer(omxNode, &buffer, portBase, in TEST_P()
785 ASSERT_NO_FATAL_FAILURE(allocateBuffer( in TEST_P()