Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dsetpts.c187 frame->pts = D2TS(d); in filter_frame()
250 ff_outlink_set_status(outlink, status, D2TS(d)); in activate()
H A Dinternal.h261 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) macro

Completed in 2 milliseconds