Searched refs:bufferPool (Results 1 – 1 of 1) sorted by relevance
| /test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
| D | buffer_manager_utest.cpp | 163 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable 164 EXPECT_EQ(true, bufferPool != nullptr); 166 … RetCode rc = bufferPool->Init(2, 1, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, 1, 170 buffer = bufferPool->AcquireBuffer(); 185 EXPECT_EQ(true, RC_OK == bufferPool->ReturnBuffer(buffer)); 202 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable 203 EXPECT_EQ(true, bufferPool != nullptr); 206 rc = bufferPool->Init(1280, 720, 220 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable 221 EXPECT_EQ(true, bufferPool != nullptr); [all …]
|