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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davio.h176 * sizeof(ByteIOContext) must not be used outside libav*.
199 } ByteIOContext; typedef in typeref:struct:__anon3896
201 int init_put_byte(ByteIOContext *s,
209 ByteIOContext *av_alloc_put_byte(
218 void put_byte(ByteIOContext *s, int b);
219 void put_buffer(ByteIOContext *s, const unsigned char *buf, int size);
220 void put_le64(ByteIOContext *s, uint64_t val);
221 void put_be64(ByteIOContext *s, uint64_t val);
222 void put_le32(ByteIOContext *s, unsigned int val);
223 void put_be32(ByteIOContext *
[all...]
H A Davformat.h198 int av_get_packet(ByteIOContext *s, AVPacket *pkt, int size);
583 ByteIOContext *pb;
849 ByteIOContext *pb, const char *filename,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/ffmpeg/
H A Dffmpeg-0.5.tv.patch.sh19 -static int mov_metadata_trkn(MOVContext *c, ByteIOContext *pb, unsigned len)
20 +static int mov_metadata_trkn(MOVContext *c, ByteIOContext *pb, unsigned len, const char *key)
34 +static int mov_metadata_int8(MOVContext *c, ByteIOContext *pb, unsigned len, const char *key)
50 +static int mov_metadata_stik(MOVContext *c, ByteIOContext *pb, unsigned len, const char *key)
60 static int mov_read_udta_string(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
67 - int (*parse)(MOVContext*, ByteIOContext*, unsigned) = NULL;
68 + int (*parse)(MOVContext*, ByteIOContext*, unsigned, const char*) = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.h253 typedef attribute_deprecated AVIOContext ByteIOContext; typedef

Completed in 171 milliseconds