Home
last modified time | relevance | path

Searched refs:AVBufferRef (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dbuffer.h81 typedef struct AVBufferRef { struct
94 } AVBufferRef; argument
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);
[all …]
Dframe.h343 AVBufferRef *buf[AV_NUM_DATA_POINTERS];
357 AVBufferRef **extended_buf;
438 AVBufferRef *qp_table_buf;
466 int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
585 AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane);
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1053 AVBufferRef *buf;