Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common_c.h58 DecklinkPtsSource video_pts_source; member
H A Ddecklink_common.h139 DecklinkPtsSource video_pts_source; member
H A Ddecklink_dec_c.c91 { "video_pts", "video pts source", OFFSET(video_pts_source), AV_OPT_TYPE_INT, { .i64 = PTS_SRC_VIDEO }, 1, PTS_SRC_NB-1, DEC, "pts_source"},
H A Ddecklink_dec.cpp868 if (ctx->audio_pts_source == PTS_SRC_WALLCLOCK || ctx->video_pts_source == PTS_SRC_WALLCLOCK) in VideoInputFrameArrived()
870 if (ctx->audio_pts_source == PTS_SRC_ABS_WALLCLOCK || ctx->video_pts_source == PTS_SRC_ABS_WALLCLOCK) in VideoInputFrameArrived()
963 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->video_pts_source, ctx->video_st->time_base, &initial_video_pts, cctx->copyts); in VideoInputFrameArrived()
1189 ctx->video_pts_source = cctx->video_pts_source; in ff_decklink_read_header()

Completed in 7 milliseconds