Searched refs:input_subtype (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/ |
D | gstdshowutil.cpp | 56 gst_dshow_find_filter(CLSID input_majortype, CLSID input_subtype, in gst_dshow_find_filter() argument 113 inTypes[1] = input_subtype; in gst_dshow_find_filter()
|
D | gstdshowdecwrapper.h | 63 GUID input_subtype; member
|
D | gstdshowutil.h | 58 gst_dshow_find_filter(CLSID input_majortype, CLSID input_subtype,
|
D | gstdshowvideodec.h | 60 GUID input_subtype; member
|
D | gstdshowvideodec.cpp | 648 input_mediatype.subtype = klass->entry->input_subtype; in gst_dshowvideodec_sink_setcaps() 1150 klass->entry->input_subtype, in gst_dshowvideodec_create_graph_and_filters() 1316 video_dec_codecs[i].input_subtype, in dshow_vdec_register()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.h | 91 gboolean gst_dshow_find_filter (CLSID input_majortype, CLSID input_subtype,
|
D | gstdshow.cpp | 189 gst_dshow_find_filter (CLSID input_majortype, CLSID input_subtype, in gst_dshow_find_filter() argument 220 memcpy (&arrayInTypes[1], &input_subtype, sizeof (CLSID)); in gst_dshow_find_filter()
|