Searched refs:chunk_preamble (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.c220 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; local
242 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
245 chunk_size = AV_RL16(&chunk_preamble[0]);
246 chunk_type = AV_RL16(&chunk_preamble[2]);
550 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; local
578 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
581 chunk_type = AV_RL16(&chunk_preamble[2]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dipmovie.c219 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; local
241 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
244 chunk_size = AV_RL16(&chunk_preamble[0]);
245 chunk_type = AV_RL16(&chunk_preamble[2]);
545 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; local
570 if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
573 chunk_type = AV_RL16(&chunk_preamble[2]);

Completed in 109 milliseconds