Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Drtmp.cpp172 int headersize = header & RTMP_HEADSIZE_MASK; in headerSize()
184 header & RTMP_HEADSIZE_MASK); in headerSize()
385 *ptr = head_size & RTMP_HEADSIZE_MASK; in encodeHeader()
H A Drtmp.h93 const int RTMP_HEADSIZE_MASK = 0xc0; variable