Home
last modified time | relevance | path

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

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