HomeSort by relevance Sort by last modified time
    Searched refs:AVIOContext (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avio.h 49 * or AVIOContext.
61 * sizeof(AVIOContext) must not be used outside libav*.
63 * @note None of the function pointers in AVIOContext should be called
68 typedef struct AVIOContext {
72 * If this AVIOContext is created by avio_open2(), av_class is set and
75 * If this AVIOContext is manually allocated, then av_class may be set by
78 * warning -- this field can be NULL, be sure to not pass this AVIOContext
149 } AVIOContext;
168 * Allocate and initialize an AVIOContext for buffered I/O. It must be later
171 * @param buffer Memory block for input/output operations via AVIOContext
    [all...]
avformat.h 111 * To do that, create your own AVIOContext with avio_alloc_context(), passing
113 * AVFormatContext to newly created AVIOContext.
297 int av_get_packet(AVIOContext *s, AVPacket *pkt, int size);
313 int av_append_packet(AVIOContext *s, AVPacket *pkt, int size);
    [all...]

Completed in 77 milliseconds