Pool#

NvSciError
NvSciStreamStaticPoolCreate(
    uint32_t const          numPackets,
    NvSciStreamBlock *const pool
)
media/image17.png

media/image17.png#

  • Pool blocks have no inputs and outputs used with the connection function.

  • Pools are attached directly to a producer or Memory Boundary IPC block during that block’s creation.

  • For static pools, the number of packets the pool provides must be specified at creation.