Searched refs:bqSlot (Results 1 – 5 of 5) sorted by relevance
/hardware/google/av/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 52 int32_t bqSlot; member 62 uint32_t generation, uint64_t bqId, int32_t bqSlot, 67 uint32_t generation, uint64_t bqId, int32_t bqSlot, 76 uint32_t* generation, uint64_t* bqId, int32_t* bqSlot) { in GetBufferQueueData() argument 85 if (bqSlot) { in GetBufferQueueData() 86 *bqSlot = poolData->bqSlot; in GetBufferQueueData() 99 int32_t bqSlot, in AssignBlockToBufferQueue() argument 107 poolData->bqSlot = bqSlot; in AssignBlockToBufferQueue() 156 uint32_t bqSlot; in CreateGraphicBlock() local 158 handle, &width, &height, &format, &usage, &stride, &generation, &bqId, &bqSlot); in CreateGraphicBlock() [all …]
|
/hardware/google/av/codec2/vndk/internal/ |
D | C2BlockInternal.h | 267 int32_t* bqSlot = nullptr); 297 int32_t bqSlot,
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | types.h | 292 int32_t* bqSlot); 299 int32_t* bqSlot);
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 1608 int32_t bqSlot; in createGraphicBuffer() local 1611 &stride, &generation, &bqId, reinterpret_cast<uint32_t*>(&bqSlot)); in createGraphicBuffer() 1670 int32_t* bqSlot) { in attachToBufferQueue() argument 1692 status_t result = igbp->attachBuffer(bqSlot, graphicBuffer); in attachToBufferQueue() 1699 static_cast<int>(*bqSlot)); in attachToBufferQueue() 1706 int32_t* bqSlot) { in getBufferQueueAssignment() argument 1709 generation, bqId, bqSlot); in getBufferQueueAssignment() 1764 int32_t bqSlot; in holdBufferQueueBlock() local 1765 status_t result = attachToBufferQueue(block, igbp, generation, &bqSlot); in holdBufferQueueBlock() 1779 static_cast<int>(bqSlot), in holdBufferQueueBlock() [all …]
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 1172 int32_t bqSlot; in queueToOutputSurface() local 1173 if (!getBufferQueueAssignment(block, &generation, &bqId, &bqSlot) || in queueToOutputSurface() 1185 &bqSlot); in queueToOutputSurface() 1191 status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in queueToOutputSurface() 1224 status_t status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in queueToOutputSurface()
|