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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasf.h79 uint32_t min_pktsize; /**< size of a data packet member in struct:ASFMainHeader
81 uint32_t max_pktsize; /**< shall be the same as for min_pktsize
H A Dasfdec.c338 asf->hdr.min_pktsize = avio_rl32(pb);
340 if (asf->hdr.min_pktsize >= (1U << 29))
982 if (packet_length < asf->hdr.min_pktsize)
983 padsize += asf->hdr.min_pktsize - packet_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasf.h69 uint32_t min_pktsize; /**< size of a data packet member in struct:__anon2114
71 uint32_t max_pktsize; /**< shall be the same as for min_pktsize
H A Dasfdec.c203 asf->hdr.min_pktsize = avio_rl32(pb);
205 if (asf->hdr.min_pktsize >= (1U<<29))
804 if (packet_length < asf->hdr.min_pktsize)
805 padsize += asf->hdr.min_pktsize - packet_length;

Completed in 69 milliseconds