Lines Matching full:param
123 * @param data data array
124 * @param size size of data in bytes
125 * @param free a callback for freeing this buffer's data
126 * @param opaque parameter to be got for processing or passed to free
127 * @param flags a combination of AV_BUFFER_FLAG_*
154 * @param buf the reference to be freed. The pointer is set to NULL on return.
177 * @param buf buffer reference to make writable. On success, buf is either left
187 * @param buf a buffer reference to reallocate. On success, buf will be
191 * @param size required new buffer size.
207 * @param dst Pointer to either a valid buffer reference or NULL. On success,
210 * @param src A buffer reference to replace dst with. May be NULL, then this
260 * @param size size of each buffer in this pool
261 * @param alloc a function that will be used to allocate new buffers when the
271 * @param size size of each buffer in this pool
272 * @param opaque arbitrary user data used by the allocator
273 * @param alloc a function that will be used to allocate new buffers when the
276 * @param pool_free a function that will be called immediately before the pool
293 * @param pool pointer to the pool to be freed. It will be set to NULL.
308 * @param ref a buffer reference to a buffer returned by av_buffer_pool_get.