Home
last modified time | relevance | path

Searched refs:C2VdaBqBlockPool (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/vndk/include/v4l2/
DC2VdaBqBlockPool.h39 class C2VdaBqBlockPool : public C2BufferQueueBlockPool {
41 C2VdaBqBlockPool(const std::shared_ptr<C2Allocator>& allocator, const local_id_t localId);
43 ~C2VdaBqBlockPool() override;
/hardware/google/av/codec2/vndk/v4l2/
DC2VdaBqBlockPool.cpp71 C2VdaBqBlockPool::C2VdaBqBlockPool(const std::shared_ptr<C2Allocator>& allocator, in C2VdaBqBlockPool() function in C2VdaBqBlockPool
78 C2VdaBqBlockPool::~C2VdaBqBlockPool() { in ~C2VdaBqBlockPool()
83 c2_status_t C2VdaBqBlockPool::fetchGraphicBlock( in fetchGraphicBlock()
217 c2_status_t C2VdaBqBlockPool::requestNewBufferSet(int32_t bufferCount) { in requestNewBufferSet()
253 void C2VdaBqBlockPool::configureProducer(const sp<HGraphicBufferProducer>& producer) { in configureProducer()
289 c2_status_t C2VdaBqBlockPool::cancelAllBuffers() { in cancelAllBuffers()
/hardware/google/av/codec2/vndk/
DAndroid.bp30 "v4l2/C2VdaBqBlockPool.cpp",