Home
last modified time | relevance | path

Searched refs:igbp (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/vndk/internal/
DC2BlockInternal.h286 V1_0::IGraphicBufferProducer>& igbp,
308 V1_0::IGraphicBufferProducer>& igbp = nullptr);
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Dtypes.h274 const sp<IGraphicBufferProducer>& igbp,
322 const sp<IGraphicBufferProducer>& igbp,
339 const sp<IGraphicBufferProducer>& igbp,
/hardware/google/av/codec2/hidl/client/
Dclient.cpp829 sp<IGraphicBufferProducer> igbp = mOutputIgbp; in handleOnWorkDone() local
834 if (igbp) { in handleOnWorkDone()
835 holdBufferQueueBlocks(workItems, igbp, bqId, generation); in handleOnWorkDone()
925 sp<IGraphicBufferProducer> igbp = mOutputIgbp; in flush() local
930 if (igbp) { in flush()
931 holdBufferQueueBlocks(*flushedWork, igbp, bqId, generation); in flush()
1026 sp<HGraphicBufferProducer> igbp = surface->getHalInterface(); in setOutputSurface() local
1027 if (!igbp) { in setOutputSurface()
1028 igbp = new TWGraphicBufferProducer<HGraphicBufferProducer>(surface); in setOutputSurface()
1032 static_cast<uint64_t>(blockPoolId), igbp); in setOutputSurface()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1642 sp<HGraphicBufferProducer> getHgbp(const sp<IGraphicBufferProducer>& igbp) { in getHgbp() argument
1643 sp<HGraphicBufferProducer> hgbp = igbp->getHalInterface(); in getHgbp()
1645 new TWGraphicBufferProducer<HGraphicBufferProducer>(igbp); in getHgbp()
1651 const sp<IGraphicBufferProducer>& igbp, in attachToBufferQueue() argument
1654 if (!igbp) { in attachToBufferQueue()
1675 status_t result = igbp->attachBuffer(bqSlot, graphicBuffer); in attachToBufferQueue()
1711 const sp<IGraphicBufferProducer>& igbp, in holdBufferQueueBlock() argument
1735 _C2BlockFactory::HoldBlockFromBufferQueue(data, getHgbp(igbp)); in holdBufferQueueBlock()
1740 if (!igbp) { in holdBufferQueueBlock()
1745 status_t result = attachToBufferQueue(block, igbp, generation, &bqSlot); in holdBufferQueueBlock()
[all …]
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp233 const sp<IGraphicBufferProducer> &igbp = mSurface->getIGraphicBufferProducer(); in play() local
265 status_t err = igbp->attachBuffer(&slot, buffer); in play()
277 err = igbp->queueBuffer(slot, qbi, &qbo); in play()