Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmfenc.c112 static LONGLONG mf_to_mf_time(AVCodecContext *avctx, int64_t av_pts) in mf_to_mf_time() argument
114 if (av_pts == AV_NOPTS_VALUE) in mf_to_mf_time()
116 return av_rescale_q(av_pts, mf_get_tb(avctx), MF_TIMEBASE); in mf_to_mf_time()
119 static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) in mf_sample_set_pts() argument
121 LONGLONG stime = mf_to_mf_time(avctx, av_pts); in mf_sample_set_pts()

Completed in 2 milliseconds