Searched refs: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 Dipmovie.c40 #define CHUNK_PREAMBLE_SIZE 4 macro
220 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE];
242 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
243 CHUNK_PREAMBLE_SIZE)
290 if (avio_read(pb, opcode_preamble, CHUNK_PREAMBLE_SIZE) !=
291 CHUNK_PREAMBLE_SIZE) {
550 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE];
578 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
579 CHUNK_PREAMBLE_SIZE)
582 avio_seek(pb, -CHUNK_PREAMBLE_SIZE, SEEK_CU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dipmovie.c39 #define CHUNK_PREAMBLE_SIZE 4 macro
219 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE];
241 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
242 CHUNK_PREAMBLE_SIZE)
289 if (avio_read(pb, opcode_preamble, CHUNK_PREAMBLE_SIZE) !=
290 CHUNK_PREAMBLE_SIZE) {
545 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE];
570 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
571 CHUNK_PREAMBLE_SIZE)
574 avio_seek(pb, -CHUNK_PREAMBLE_SIZE, SEEK_CU
[all...]

Completed in 100 milliseconds