Searched refs:ogg_gptopts (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 670 ogg_gptopts(s, i, ogg->streams[i].granule, NULL); in ogg_get_length() 761 ogg_gptopts(s, i, os->start_granule, NULL); in ogg_read_header() 795 pts = ogg_gptopts(s, idx, os->granule, dts); in ogg_calc_pts() 797 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts); in ogg_calc_pts()
|
D | oggdec.h | 152 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts) in ogg_gptopts() function
|