Home
last modified time | relevance | path

Searched defs:AVIOContext (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davio.h68 typedef struct AVIOContext { struct
81 const AVClass *av_class;
82 unsigned char *buffer; /**< Start of the buffer. */
83 int buffer_size; /**< Maximum buffer size */
84 unsigned char *buf_ptr; /**< Current position in the buffer */
85 unsigned char *buf_end; /**< End of the data, may be less than
89 void *opaque; /**< A private pointer, passed to the read/write/seek/...
91 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size);
92 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
93 int64_t (*seek)(void *opaque, int64_t offset, int whence);
[all …]