Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtmppkt.c212 if (hdr == RTMP_PS_TWELVEBYTES) { in rtmp_packet_read_one_chunk()
227 if (hdr != RTMP_PS_TWELVEBYTES) in rtmp_packet_read_one_chunk()
310 int mode = RTMP_PS_TWELVEBYTES; in ff_rtmp_packet_write()
315 int use_delta; // flag if using timestamp delta, not RTMP_PS_TWELVEBYTES in ff_rtmp_packet_write()
363 if (mode == RTMP_PS_TWELVEBYTES) in ff_rtmp_packet_write()
H A Drtmppkt.h68 RTMP_PS_TWELVEBYTES = 0, ///< packet has 12-byte header enumerator

Completed in 2 milliseconds