Home
last modified time | relevance | path

Searched refs:IDeckLinkMutableVideoFrame (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPI.h662 class IDeckLinkMutableVideoFrame; variable
787 …xelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame **outFra…
940 class BMD_PUBLIC IDeckLinkMutableVideoFrame : public IDeckLinkVideoFrame
951 virtual ~IDeckLinkMutableVideoFrame () {} // call Release method to drop reference count in ~IDeckLinkMutableVideoFrame()
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPI.h658 class IDeckLinkMutableVideoFrame; variable
782 …xelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame **outFra…
935 class BMD_PUBLIC IDeckLinkMutableVideoFrame : public IDeckLinkVideoFrame
946 virtual ~IDeckLinkMutableVideoFrame () {} // call Release method to drop reference count in ~IDeckLinkMutableVideoFrame()
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h289 typedef interface IDeckLinkMutableVideoFrame IDeckLinkMutableVideoFrame; typedef
5700 /* [out] */ IDeckLinkMutableVideoFrame **outFrame) = 0;
5847 /* [out] */ IDeckLinkMutableVideoFrame **outFrame);
6828 IDeckLinkMutableVideoFrame : public IDeckLinkVideoFrame
6863 IDeckLinkMutableVideoFrame * This,
6869 IDeckLinkMutableVideoFrame * This);
6872 IDeckLinkMutableVideoFrame * This);
6875 IDeckLinkMutableVideoFrame * This);
6878 IDeckLinkMutableVideoFrame * This);
6881 IDeckLinkMutableVideoFrame * This);
[all …]
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp929 BMDPixelFormat format, IDeckLinkMutableVideoFrame * frame, in write_vbi()
1213 IDeckLinkMutableVideoFrame *frame; in gst_decklink_video_sink_prepare()