Searched refs:AVIOContext (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avio.h | 68 typedef struct AVIOContext { struct 149 } AVIOContext; argument 185 AVIOContext *avio_alloc_context( 194 void avio_w8(AVIOContext *s, int b); 195 void avio_write(AVIOContext *s, const unsigned char *buf, int size); 196 void avio_wl64(AVIOContext *s, uint64_t val); 197 void avio_wb64(AVIOContext *s, uint64_t val); 198 void avio_wl32(AVIOContext *s, unsigned int val); 199 void avio_wb32(AVIOContext *s, unsigned int val); 200 void avio_wl24(AVIOContext *s, unsigned int val); [all …]
|
D | avformat.h | 297 int av_get_packet(AVIOContext *s, AVPacket *pkt, int size); 313 int av_append_packet(AVIOContext *s, AVPacket *pkt, int size); 992 AVIOContext *pb; 1513 int av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt,
|