Searched refs:PTS_SRC_ABS_WALLCLOCK (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 36 PTS_SRC_ABS_WALLCLOCK = 5, enumerator
|
H A D | decklink_dec_c.c | 96 { "abs_wallclock", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = PTS_SRC_ABS_WALLCLOCK}, 0, 0, DEC, "pts_source"},
|
H A D | decklink_dec.cpp | 765 case PTS_SRC_ABS_WALLCLOCK: in get_pkt_pts() 870 if (ctx->audio_pts_source == PTS_SRC_ABS_WALLCLOCK || ctx->video_pts_source == PTS_SRC_ABS_WALLCLOCK) in VideoInputFrameArrived()
|
Completed in 3 milliseconds