Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/
DVideoFramePool.cpp45 c2_status_t VideoFramePool::requestNewBufferSet(C2BlockPool& blockPool, int32_t bufferCount, in requestNewBufferSet() function in android::VideoFramePool
52 return bpPool->requestNewBufferSet(bufferCount); in requestNewBufferSet()
55 return bqPool->requestNewBufferSet(bufferCount, size.width, size.height, format, usage); in requestNewBufferSet()
89 if (requestNewBufferSet(*blockPool, numBuffers, size, static_cast<uint32_t>(pixelFormat), in Create()
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DC2VdaPooledBlockPool.h31 c2_status_t requestNewBufferSet(int32_t bufferCount);
DC2VdaBqBlockPool.h78 c2_status_t requestNewBufferSet(int32_t bufferCount, uint32_t width, uint32_t height,
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoFramePool.h64 static c2_status_t requestNewBufferSet(C2BlockPool& blockPool, int32_t bufferCount,
/external/v4l2_codec2/plugin_store/
DC2VdaPooledBlockPool.cpp96 c2_status_t C2VdaPooledBlockPool::requestNewBufferSet(int32_t bufferCount) { in requestNewBufferSet() function in android::C2VdaPooledBlockPool
DC2VdaBqBlockPool.cpp469 c2_status_t requestNewBufferSet(int32_t bufferCount, uint32_t width, uint32_t height,
774 c2_status_t C2VdaBqBlockPool::Impl::requestNewBufferSet(int32_t bufferCount, uint32_t width, in requestNewBufferSet() function in android::C2VdaBqBlockPool::Impl
975 c2_status_t C2VdaBqBlockPool::requestNewBufferSet(int32_t bufferCount, uint32_t width, in requestNewBufferSet() function in android::C2VdaBqBlockPool
979 return mImpl->requestNewBufferSet(bufferCount, width, height, format, usage); in requestNewBufferSet()