Home
last modified time | relevance | path

Searched refs:PVA_MAGIC (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dpva.c29 #define PVA_MAGIC (('A' << 8) + 'V') macro
37 if (AV_RB16(p) != PVA_MAGIC || !p[2] || p[2] > 2 || p[4] != 0x55 || in pva_check()
102 if (syncword != PVA_MAGIC) { in read_part_of_packet()