Searched refs:igbp_slot (Results 1 – 3 of 3) sorted by relevance
/hardware/google/av/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 120 uint32_t igbp_slot; member 146 void getIgbpData(uint32_t *generation, uint64_t *igbp_id, uint32_t *igbp_slot) const { in getIgbpData() 150 *igbp_slot = ed->igbp_slot; in getIgbpData() 165 uint32_t stride, uint32_t generation, uint64_t igbp_id = 0, uint32_t igbp_slot = 0) { in WrapAndMoveNativeHandle() argument 174 igbp_slot, MAGIC in WrapAndMoveNativeHandle() 187 uint32_t stride, uint32_t generation, uint64_t igbp_id = 0, uint32_t igbp_slot = 0) { in WrapNativeHandle() argument 196 clone, width, height, format, usage, stride, generation, igbp_id, igbp_slot); in WrapNativeHandle() 219 uint32_t *generation, uint64_t *igbp_id, uint32_t *igbp_slot) { in UnwrapNativeHandle() argument 226 *igbp_slot = xd->igbp_slot; in UnwrapNativeHandle() 238 uint32_t *generation, uint64_t *igbp_id, uint32_t *igbp_slot) { in Import() argument [all …]
|
/hardware/google/av/codec2/vndk/include/ |
D | C2AllocatorGralloc.h | 45 uint32_t generation = 0, uint64_t igbp_id = 0, uint32_t igbp_slot = 0); 53 uint32_t *generation, uint64_t *igbp_id, uint32_t *igbp_slot);
|
/hardware/google/av/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 410 void cancel(uint64_t igbp_id, int32_t igbp_slot) { in cancel() argument 413 (void)mProducer->cancelBuffer(igbp_slot, nullptr).isOk(); in cancel()
|