Lines Matching full:param

41  * @param opaque the opaque pointer provided to the av_fifo_*_cb() function
42 * @param buf the buffer for reading or writing the data, depending on which
44 * @param nb_elems On entry contains the maximum number of elements that can be
63 * @param elems initial number of elements that can be stored in the FIFO
64 * @param elem_size Size in bytes of a single element. Further operations on
66 * @param flags a combination of AV_FIFO_FLAG_*
102 * @param f AVFifo to resize
103 * @param inc number of elements to allocate for, in addition to the current
115 * @param f the FIFO buffer
116 * @param buf Data to be written. nb_elems * av_fifo_elem_size(f) bytes will be
118 * @param nb_elems number of elements to write into FIFO
127 * @param f the FIFO buffer
128 * @param read_cb Callback supplying the data to the FIFO. May be called
130 * @param opaque opaque user data to be provided to read_cb
131 * @param nb_elems Should point to the maximum number of elements that can be
146 * @param f the FIFO buffer
147 * @param buf Buffer to store the data. nb_elems * av_fifo_elem_size(f) bytes
149 * @param nb_elems number of elements to read from FIFO
158 * @param f the FIFO buffer
159 * @param write_cb Callback the data will be supplied to. May be called
161 * @param opaque opaque user data to be provided to write_cb
162 * @param nb_elems Should point to the maximum number of elements that can be
177 * @param f the FIFO buffer
178 * @param buf Buffer to store the data. nb_elems * av_fifo_elem_size(f) bytes
180 * @param nb_elems number of elements to read from FIFO
181 * @param offset number of initial elements to skip.
190 * @param f the FIFO buffer
191 * @param write_cb Callback the data will be supplied to. May be called
193 * @param opaque opaque user data to be provided to write_cb
194 * @param nb_elems Should point to the maximum number of elements that can be
197 * @param offset number of initial elements to skip; offset + *nb_elems must not
207 * @param size number of elements to discard, MUST NOT be larger than
214 * @param f AVFifo to reset
220 * @param f Pointer to an AVFifo to free. *f == NULL is allowed.
234 * @param size of FIFO
243 * @param nmemb number of elements
244 * @param size size of the single element
253 * @param f AVFifoBuffer to free
261 * @param f AVFifoBuffer to free
269 * @param f AVFifoBuffer to reset
278 * @param f AVFifoBuffer to read from
288 * @param f AVFifoBuffer to write into
298 * @param f AVFifoBuffer to read from
299 * @param offset offset from current read position
300 * @param buf_size number of bytes to read
301 * @param func generic read function
302 * @param dest data destination
315 * @param f AVFifoBuffer to read from
316 * @param buf_size number of bytes to read
317 * @param func generic read function
318 * @param dest data destination
330 * @param f AVFifoBuffer to read from
331 * @param buf_size number of bytes to read
332 * @param func generic read function
333 * @param dest data destination
345 * @param f AVFifoBuffer to write to
346 * @param src data source; non-const since it may be used as a
348 * @param size number of bytes to write
349 * @param func generic write function; the first parameter is src,
366 * @param f AVFifoBuffer to resize
367 * @param size new AVFifoBuffer size in bytes
381 * @param f AVFifoBuffer to resize
382 * @param additional_space the amount of space in bytes to allocate in addition to av_fifo_size()
393 * @param f AVFifoBuffer to read from
394 * @param size amount of data to read in bytes
406 * @param f AVFifoBuffer to peek at, f must be non-NULL
407 * @param offs an offset in bytes, its absolute value must be less