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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmppkt.h67 RTMP_PS_TWELVEBYTES = 0, ///< packet has 12-byte header enumerator in enum:RTMPPacketSize
H A Drtmppkt.c116 if (hdr == RTMP_PS_TWELVEBYTES) {
129 if (hdr != RTMP_PS_TWELVEBYTES)
165 int mode = RTMP_PS_TWELVEBYTES;
195 if (mode != RTMP_PS_TWELVEBYTES)
201 if (mode == RTMP_PS_TWELVEBYTES)
212 if (mode != RTMP_PS_TWELVEBYTES) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmppkt.h68 RTMP_PS_TWELVEBYTES = 0, ///< packet has 12-byte header enumerator in enum:RTMPPacketSize
H A Drtmppkt.c220 if (hdr == RTMP_PS_TWELVEBYTES) {
235 if (hdr != RTMP_PS_TWELVEBYTES)
310 int mode = RTMP_PS_TWELVEBYTES;
315 int use_delta; // flag if using timestamp delta, not RTMP_PS_TWELVEBYTES
363 if (mode == RTMP_PS_TWELVEBYTES)

Completed in 33 milliseconds