Searched refs:input_majortype (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 112 inTypes[0] = input_majortype; in gst_dshow_find_filter()
|
D | gstdshowdecwrapper.h | 62 GUID input_majortype; member
|
D | gstdshowutil.h | 58 gst_dshow_find_filter(CLSID input_majortype, CLSID input_subtype,
|
D | gstdshowvideodec.h | 59 GUID input_majortype; member
|
D | gstdshowvideodec.cpp | 647 input_mediatype.majortype = klass->entry->input_majortype; in gst_dshowvideodec_sink_setcaps() 1149 klass->entry->input_majortype, in gst_dshowvideodec_create_graph_and_filters() 1315 video_dec_codecs[i].input_majortype, 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 219 memcpy (&arrayInTypes[0], &input_majortype, sizeof (CLSID)); in gst_dshow_find_filter()
|