Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds