Home
last modified time | relevance | path

Searched refs:GstWinRTMediaDescription (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.h44 class GstWinRTMediaDescription
47 GstWinRTMediaDescription();
48 GstWinRTMediaDescription(const GstWinRTMediaDescription& other);
49 ~GstWinRTMediaDescription();
57 GstWinRTMediaDescription& operator=(const GstWinRTMediaDescription& rhs)
88 bool Contain(const GstWinRTMediaDescription &desc);
110 std::vector<GstWinRTMediaDescription> source_list_;
136 HRESULT SetMediaDescription(const GstWinRTMediaDescription &desc);
141 HRESULT GetAvailableDescriptions(std::vector<GstWinRTMediaDescription> &desc_list);
155 std::unique_ptr<GstWinRTMediaDescription> media_desc_;
[all …]
Dmediacapturewrapper.cpp92 GstWinRTMediaDescription::GstWinRTMediaDescription() in GstWinRTMediaDescription() function in GstWinRTMediaDescription
97 GstWinRTMediaDescription::GstWinRTMediaDescription in GstWinRTMediaDescription() function in GstWinRTMediaDescription
98 (const GstWinRTMediaDescription& other) in GstWinRTMediaDescription()
108 GstWinRTMediaDescription::~GstWinRTMediaDescription() in ~GstWinRTMediaDescription()
114 GstWinRTMediaDescription::Release() in Release()
122 GstWinRTMediaDescription::IsValid() const in IsValid()
135 GstWinRTMediaDescription::Fill(HString &source_id, in Fill()
234 GstWinRTMediaFrameSourceGroup::Contain(const GstWinRTMediaDescription& desc) in Contain()
268 std::vector<GstWinRTMediaDescription> preview_list; in Fill()
269 std::vector<GstWinRTMediaDescription> record_list; in Fill()
[all …]
Dgstmfcapturewinrt.cpp679 std::vector<GstWinRTMediaDescription> desc_list; in gst_mf_capture_winrt_set_caps()