Home
last modified time | relevance | path

Searched refs:V4L2_BUFFERPOOL (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/components/
DVideoFramePool.cpp33 if (blockPool.getAllocatorId() == android::V4L2AllocatorId::V4L2_BUFFERPOOL) { in getBufferIdFromGraphicBlock()
50 if (blockPool.getAllocatorId() == android::V4L2AllocatorId::V4L2_BUFFERPOOL) { in requestNewBufferSet()
83 } else if (blockPool->getAllocatorId() == android::V4L2AllocatorId::V4L2_BUFFERPOOL) { in Create()
DV4L2DecodeInterface.cpp239 const C2Allocator::id_t outputAllocators[] = {V4L2AllocatorId::V4L2_BUFFERPOOL}; in V4L2DecodeInterface()
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DV4L2AllocatorId.h16 V4L2_BUFFERPOOL, enumerator
/external/v4l2_codec2/plugin_store/
DV4L2PluginStore.cpp70 case V4L2AllocatorId::V4L2_BUFFERPOOL: in createBlockPool()