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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggparseskeleton.c78 s->streams[target_idx]->start_time = ogg_gptopts(s, target_idx, start_granule, NULL);
H A Doggdec.h135 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts) function
H A Doggdec.c493 ogg_gptopts (s, i, ogg->streams[i].granule, NULL);
565 pts = ogg_gptopts(s, idx, os->granule, dts);
567 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggdec.h148 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts) function
H A Doggdec.c601 ogg_gptopts(s, i, ogg->streams[i].granule, NULL);
690 ogg_gptopts(s, i, os->start_granule, NULL);
720 pts = ogg_gptopts(s, idx, os->granule, dts);
722 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts);

Completed in 75 milliseconds