Home
last modified time | relevance | path

Searched refs:swr_next_pts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_aresample.c206 int64_t outpts= swr_next_pts(aresample->swr, inpts); in filter_frame()
243 pts = swr_next_pts(aresample->swr, INT64_MIN); in flush_frame()
/third_party/ffmpeg/libswresample/
Dswresample.h363 int64_t swr_next_pts(struct SwrContext *s, int64_t pts);
Dswresample.c1005 int64_t swr_next_pts(struct SwrContext *s, int64_t pts){ in swr_next_pts() function