Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp747 BMDTimeValue bmd_pts; in get_pkt_pts() local
753 res = audioFrame->GetPacketTime(&bmd_pts, time_base.den); in get_pkt_pts()
757 res = videoFrame->GetStreamTime(&bmd_pts, &bmd_duration, time_base.den); in get_pkt_pts()
761 res = videoFrame->GetHardwareReferenceTimestamp(time_base.den, &bmd_pts, &bmd_duration); in get_pkt_pts()
780 pts = bmd_pts / time_base.num; in get_pkt_pts()

Completed in 3 milliseconds