Searched refs:bqSlot (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/codec2/vndk/internal/ |
D | C2BlockInternal.h | 262 uint64_t* bqId = nullptr, int32_t* bqSlot = nullptr); 288 int32_t bqSlot,
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | types.h | 276 int32_t* bqSlot); 282 int32_t* bqSlot);
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 1592 int32_t bqSlot; in createGraphicBuffer() local 1595 &stride, &bqId, reinterpret_cast<uint32_t*>(&bqSlot)); in createGraphicBuffer() 1653 int32_t* bqSlot) { in attachToBufferQueue() argument 1675 status_t result = igbp->attachBuffer(bqSlot, graphicBuffer); in attachToBufferQueue() 1682 static_cast<int>(*bqSlot)); in attachToBufferQueue() 1688 int32_t* bqSlot) { in getBufferQueueAssignment() argument 1691 bqId, bqSlot); in getBufferQueueAssignment() 1744 int32_t bqSlot; in holdBufferQueueBlock() local 1745 status_t result = attachToBufferQueue(block, igbp, generation, &bqSlot); in holdBufferQueueBlock() 1759 static_cast<int>(bqSlot), in holdBufferQueueBlock() [all …]
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 1062 int32_t bqSlot; in queueToOutputSurface() local 1063 if (!getBufferQueueAssignment(block, &bqId, &bqSlot) || bqId == 0) { in queueToOutputSurface() 1074 &bqSlot); in queueToOutputSurface() 1080 status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in queueToOutputSurface() 1107 status_t status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in queueToOutputSurface()
|