Lines Matching refs:AVBufferRef
81 typedef struct AVBufferRef { struct
94 } AVBufferRef; typedef
101 AVBufferRef *av_buffer_alloc(int size);
107 AVBufferRef *av_buffer_allocz(int size);
130 AVBufferRef *av_buffer_create(uint8_t *data, int size,
147 AVBufferRef *av_buffer_ref(AVBufferRef *buf);
155 void av_buffer_unref(AVBufferRef **buf);
163 int av_buffer_is_writable(const AVBufferRef *buf);
168 void *av_buffer_get_opaque(const AVBufferRef *buf);
170 int av_buffer_get_ref_count(const AVBufferRef *buf);
181 int av_buffer_make_writable(AVBufferRef **buf);
198 int av_buffer_realloc(AVBufferRef **buf, int size);
249 AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size));
268 AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);