Searched refs:RoQ_CHUNK_PREAMBLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Didroqdec.c37 #define RoQ_CHUNK_PREAMBLE_SIZE 8 macro
75 unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE];
78 if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
79 RoQ_CHUNK_PREAMBLE_SIZE)
103 unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE];
113 if ((ret = avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE)) !=
114 RoQ_CHUNK_PREAMBLE_SIZE)
137 if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE)
144 avio_skip(pb, RoQ_CHUNK_PREAMBLE_SIZE);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Didroqdec.c35 #define RoQ_CHUNK_PREAMBLE_SIZE 8 macro
74 unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE];
77 if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
78 RoQ_CHUNK_PREAMBLE_SIZE)
102 unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE];
112 if ((ret = avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE)) !=
113 RoQ_CHUNK_PREAMBLE_SIZE)
134 if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE)
141 avio_skip(pb, RoQ_CHUNK_PREAMBLE_SIZE);
[all...]

Completed in 63 milliseconds