Searched refs:video_pts_source (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 58 DecklinkPtsSource video_pts_source; member
|
H A D | decklink_common.h | 139 DecklinkPtsSource video_pts_source; member
|
H A D | decklink_dec_c.c | 91 { "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 D | decklink_dec.cpp | 868 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