Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/
DVideoFramePool.cpp31 ALOGV("%s() blockPool.getAllocatorId() = %u", __func__, blockPool.getAllocatorId()); in getBufferIdFromGraphicBlock()
33 if (blockPool.getAllocatorId() == android::V4L2AllocatorId::V4L2_BUFFERPOOL) { in getBufferIdFromGraphicBlock()
35 } else if (blockPool.getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in getBufferIdFromGraphicBlock()
40 ALOGE("%s(): unknown allocator ID: %u", __func__, blockPool.getAllocatorId()); in getBufferIdFromGraphicBlock()
48 ALOGV("%s() blockPool.getAllocatorId() = %u", __func__, blockPool.getAllocatorId()); in requestNewBufferSet()
50 if (blockPool.getAllocatorId() == android::V4L2AllocatorId::V4L2_BUFFERPOOL) { in requestNewBufferSet()
53 } else if (blockPool.getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in requestNewBufferSet()
58 ALOGE("%s(): unknown allocator ID: %u", __func__, blockPool.getAllocatorId()); in requestNewBufferSet()
64 ALOGV("%s() blockPool.getAllocatorId() = %u", __func__, blockPool.getAllocatorId()); in setNotifyBlockAvailableCb()
66 if (blockPool.getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setNotifyBlockAvailableCb()
[all …]
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.h38 C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function