Searched refs:PVA_MAGIC (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 Dpva.c29 #define PVA_MAGIC (('A' << 8) + 'V') macro
37 if (AV_RB16(p) != PVA_MAGIC || !p[2] || p[2] > 2 || p[4] != 0x55 ||
102 if (syncword != PVA_MAGIC) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpva.c29 #define PVA_MAGIC (('A' << 8) + 'V') macro
38 if (AV_RB16(buf) == PVA_MAGIC && buf[2] && buf[2] < 3 && buf[4] == 0x55)
88 if (syncword != PVA_MAGIC) {

Completed in 106 milliseconds