Searched refs:PTS_SRC_WALLCLOCK (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 35 PTS_SRC_WALLCLOCK = 4, enumerator
|
H A D | decklink_dec_c.c | 95 { "wallclock", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = PTS_SRC_WALLCLOCK}, 0, 0, DEC, "pts_source"},
|
H A D | decklink_dec.cpp | 763 case PTS_SRC_WALLCLOCK: in get_pkt_pts() 772 if (pts_src == PTS_SRC_WALLCLOCK) in get_pkt_pts() 868 if (ctx->audio_pts_source == PTS_SRC_WALLCLOCK || ctx->video_pts_source == PTS_SRC_WALLCLOCK) in VideoInputFrameArrived()
|
Completed in 4 milliseconds