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