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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c34 static int check_pes(uint8_t *p, uint8_t *end){ function
67 int pes= check_pes(p->buf+i, p->buf+p->buf_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c40 static int check_pes(const uint8_t *p, const uint8_t *end) function
78 int pes = check_pes(p->buf + i, p->buf + p->buf_size);

Completed in 98 milliseconds