Searched refs:gptopts (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | oggdec.h | 48 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts); member 158 if(os->codec && os->codec->gptopts){ in ogg_gptopts() 159 pts = os->codec->gptopts(s, i, gp, dts); in ogg_gptopts()
|
D | oggparsedirac.c | 120 .gptopts = dirac_gptopts, 129 .gptopts = old_dirac_gptopts,
|
D | oggparsevp8.c | 144 .gptopts = vp8_gptopts,
|
D | oggparsetheora.c | 216 .gptopts = theora_gptopts,
|