Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp589 static void handle_klv(AVFormatContext *avctx, decklink_ctx *ctx, IDeckLinkVideoInputFrame *videoFrame, int64_t pts) in handle_klv() argument
604 if (videoFrame->QueryInterface(IID_IDeckLinkVideoFrameAncillaryPackets, (void**)&packets) != S_OK) in handle_klv()
738 static int64_t get_pkt_pts(IDeckLinkVideoInputFrame *videoFrame, in get_pkt_pts() argument
756 if (videoFrame) in get_pkt_pts()
757 res = videoFrame->GetStreamTime(&bmd_pts, &bmd_duration, time_base.den); in get_pkt_pts()
760 if (videoFrame) in get_pkt_pts()
761 res = videoFrame->GetHardwareReferenceTimestamp(time_base.den, &bmd_pts, &bmd_duration); in get_pkt_pts()
792 static int get_bmd_timecode(AVFormatContext *avctx, AVTimecode *tc, AVRational frame_rate, BMDTimecodeFormat tc_format, IDeckLinkVideoInputFrame *videoFrame) in get_bmd_timecode() argument
801 if (videoFrame->GetTimecode(tc_format, &timecode) == S_OK) { in get_bmd_timecode()
814 static int get_frame_timecode(AVFormatContext *avctx, decklink_ctx *ctx, AVTimecode *tc, IDeckLinkVideoInputFrame *videoFrame) in get_frame_timecode() argument
838 VideoInputFrameArrived( IDeckLinkVideoInputFrame *videoFrame, IDeckLinkAudioInputPacket *audioFrame) VideoInputFrameArrived() argument
[all...]

Completed in 3 milliseconds