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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_setpts.c99 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) macro
116 outpicref->pts = D2TS(d);
H A Dvf_select.c178 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dsetpts.c138 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) macro
176 frame->pts = D2TS(d);
H A Df_select.c293 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) macro
H A Daf_volume.c329 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d)) macro

Completed in 109 milliseconds