Lines Matching defs:pool
55 * AVHWDeviceContext (such as AVHWFramesContext, describing a frame pool with
115 * This struct describes a set or pool of "hardware" frames (i.e. those with
116 * data not located in normal system memory). All the frames in the pool are
178 * A pool from which the frames are allocated by av_hwframe_get_buffer().
180 * The buffers returned by calling av_buffer_pool_get() on this pool must
182 * type's header (hwcontext_*.h). The pool will be freed strictly before
185 * This field may be NULL, then libavutil will attempt to allocate a pool
190 AVBufferPool *pool;
193 * Initial size of the frame pool. If a device type does not support
194 * dynamically resizing the pool, then this is also the maximum pool size.
197 * set if pool is NULL and the device type does not support dynamic pools.
225 * The allocated dimensions of the frames in this pool.