Home
last modified time | relevance | path

Searched refs:AVBuffer (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dbuffer.h32 * @defgroup lavu_buffer AVBuffer
36 * AVBuffer is an API for reference-counted data buffers.
38 * There are two core objects in this API -- AVBuffer and AVBufferRef. AVBuffer
41 * e.g. compare two AVBuffer pointers to check whether two different references
43 * reference to an AVBuffer and it is the object that may be manipulated by the
46 * There are two functions provided for creating a new AVBuffer with a single
48 * av_buffer_create() to wrap an existing array in an AVBuffer. From an existing
74 typedef struct AVBuffer AVBuffer; typedef
[all...]
H A Dbuffer_internal.h33 * The AVBuffer structure is part of a larger structure
38 struct AVBuffer { struct
72 * Backups of the original opaque/free of the AVBuffer corresponding to
82 * An AVBuffer structure to (re)use as AVBuffer for subsequent uses
85 AVBuffer buffer;
H A Dbuffer.c29 static AVBufferRef *buffer_create(AVBuffer *buf, uint8_t *data, size_t size, in buffer_create()
60 AVBuffer *buf = av_mallocz(sizeof(*buf)); in av_buffer_create()
119 AVBuffer *b; in buffer_replace()
/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c2138 AVBuffer *buf = sl->ref_list[j][i].parent->f->buf[0]->buffer; in h264_slice_init()

Completed in 6 milliseconds