Searched refs:ff_rdt_parse_header (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rdt.h | 85 int ff_rdt_parse_header(const uint8_t *buf, int len,
|
D | rdt.c | 190 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, ×tamp); in ff_rdt_parse_packet()
|
D | rtspdec.c | 808 (ret = ff_rdt_parse_header(buf, len, &id, NULL, NULL, NULL, NULL)) < 0) in ff_rtsp_tcp_read_packet()
|