Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddvd_nav_parser.c65 uint32_t endpts = AV_RB32(&buf[0x11]); in dvd_nav_parse() local
67 if (endpts > startpts) { in dvd_nav_parse()
70 s->duration = endpts - startpts; in dvd_nav_parse()
/third_party/ffmpeg/libavformat/
H A Dmpeg.c291 uint32_t endpts = AV_RB32(ps2buf + 0x11); in mpegps_read_pes_header() local
302 endpts >= startpts); in mpegps_read_pes_header()

Completed in 3 milliseconds