Home
last modified time | relevance | path

Searched refs:appendOutputBuffer (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/include/
DC2VDAComponent.h262 void appendOutputBuffer(std::shared_ptr<C2GraphicBlock> block, uint32_t poolId);
/external/v4l2_codec2/
DC2VDAComponent.cpp1085 appendOutputBuffer(std::move(block), poolId); in allocateBuffersFromBlockAllocator()
1098 void C2VDAComponent::appendOutputBuffer(std::shared_ptr<C2GraphicBlock> block, uint32_t poolId) { in appendOutputBuffer() function in android::C2VDAComponent