Lines Matching defs:wrap_buf
97 uint8_t *wrap_buf; /**< general fifo read buffer when wrapped */
157 * then the subsequent calls should pass in a different wrap_buf so as to not
158 * overwrite the contents of the previous wrap_buf.
163 uint8_t **wrap_buf, int *allocated_size)
174 tmp_buf = av_fast_realloc(*wrap_buf, allocated_size, len);
181 *wrap_buf = tmp_buf;
192 return *wrap_buf;
321 &fpc->wrap_buf,
636 &fpc->wrap_buf,
840 &fpc->wrap_buf,
884 av_freep(&fpc->wrap_buf);