Searched refs:output_subtype (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/ |
D | gstdshowutil.cpp | 57 CLSID output_majortype, CLSID output_subtype, in gst_dshow_find_filter() argument 115 outTypes[1] = output_subtype; in gst_dshow_find_filter()
|
D | gstdshowdecwrapper.h | 66 GUID output_subtype; member
|
D | gstdshowutil.h | 59 CLSID output_majortype, CLSID output_subtype,
|
D | gstdshowvideodec.h | 63 GUID output_subtype; member
|
D | gstdshowvideodec.cpp | 731 klass->entry->output_subtype, &output_vheader, &size)) { in gst_dshowvideodec_sink_setcaps() 739 output_mediatype.subtype = klass->entry->output_subtype; in gst_dshowvideodec_sink_setcaps() 1152 klass->entry->output_subtype, in gst_dshowvideodec_create_graph_and_filters() 1318 video_dec_codecs[i].output_subtype, in dshow_vdec_register()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.h | 92 CLSID output_majortype, CLSID output_subtype,
|
D | gstdshow.cpp | 190 CLSID output_majortype, CLSID output_subtype, in gst_dshow_find_filter() argument 222 memcpy (&arrayOutTypes[1], &output_subtype, sizeof (CLSID)); in gst_dshow_find_filter()
|