Searched refs:audio_pts_source (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 57 DecklinkPtsSource audio_pts_source; member
|
H A D | decklink_common.h | 138 DecklinkPtsSource audio_pts_source; member
|
H A D | decklink_dec_c.c | 90 { "audio_pts", "audio pts source", OFFSET(audio_pts_source), AV_OPT_TYPE_INT, { .i64 = PTS_SRC_AUDIO }, 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() 1066 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->audio_pts_source, ctx->audio_st->time_base, &initial_audio_pts, cctx->copyts); in VideoInputFrameArrived() 1188 ctx->audio_pts_source = cctx->audio_pts_source; in ff_decklink_read_header()
|
Completed in 4 milliseconds