Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtpdec_asf.c199 int res, mflags, len_off; in asfrtp_parse_packet() local
219 len_off = avio_rb24(pb); in asfrtp_parse_packet()
230 * If 0x40 is not set, the len_off field specifies an offset in asfrtp_parse_packet()
235 if (asf->pktbuf && len_off != avio_tell(asf->pktbuf)) { in asfrtp_parse_packet()
238 if (!len_off && !asf->pktbuf && in asfrtp_parse_packet()
252 * If 0x40 is set, the len_off field specifies the length of in asfrtp_parse_packet()
259 int cur_len = start_off + len_off - off; in asfrtp_parse_packet()

Completed in 2 milliseconds