Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drdt.h85 int ff_rdt_parse_header(const uint8_t *buf, int len,
Drdt.c190 ff_rdt_parse_header(const uint8_t *buf, int len, in ff_rdt_parse_header() function
357 rv = ff_rdt_parse_header(buf, len, &set_id, &seq_no, &stream_id, &is_keyframe, &timestamp); in ff_rdt_parse_packet()
Drtspdec.c808 (ret = ff_rdt_parse_header(buf, len, &id, NULL, NULL, NULL, NULL)) < 0) in ff_rtsp_tcp_read_packet()