Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common_c.h67 int64_t timestamp_align; member
H A Ddecklink_dec_c.c101 { "timestamp_align", "capture start time alignment (in seconds)", OFFSET(timestamp_align), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT_MAX, DEC },
H A Ddecklink_dec.cpp858 if (0 == ctx->frameCount && cctx->timestamp_align) { in VideoInputFrameArrived()
859 AVRational remainder = av_make_q(av_gettime() % cctx->timestamp_align, 1000000); in VideoInputFrameArrived()

Completed in 3 milliseconds