Home
last modified time | relevance | path

Searched refs:GstRank (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.h30 GstCaps *gst_caps_list_container_formats (GstRank minrank);
32 GstCaps *gst_caps_list_video_encoding_formats (GstRank minrank);
34 GstCaps *gst_caps_list_audio_encoding_formats (GstRank minrank);
Dgstcapslist.c122 gst_caps_list_container_formats (GstRank minrank) in gst_caps_list_container_formats()
137 gst_caps_list_encoding_formats (GstRank minrank) in gst_caps_list_encoding_formats()
161 gst_caps_list_video_encoding_formats (GstRank minrank) in gst_caps_list_video_encoding_formats()
186 gst_caps_list_audio_encoding_formats (GstRank minrank) in gst_caps_list_audio_encoding_formats()
/third_party/gstreamer/gstreamer/gst/
Dgstpluginfeature.c429 parse_feature_rank (gchar * str, GstRank * rank) in parse_feature_rank()
442 *rank = (GstRank) l; in parse_feature_rank()
455 *rank = (GstRank) G_MAXINT; in parse_feature_rank()
482 GstRank rank; in _priv_gst_plugin_feature_rank_initialize()
Dgstdeviceproviderfactory.h96 GstRank minrank) G_GNUC_MALLOC;
Dgstdeviceproviderfactory.c550 device_provider_filter (GstPluginFeature * feature, GstRank * minrank) in device_provider_filter()
573 gst_device_provider_factory_list_get_device_providers (GstRank minrank) in gst_device_provider_factory_list_get_device_providers()
Dgstpluginfeature.h69 } GstRank; typedef
Dgstelementfactory.h261 GstRank minrank) G_GNUC_MALLOC;
Dgstelementfactory.c1023 GstRank minrank;
1148 GstRank minrank) in gst_element_factory_list_get_elements()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdxgiscreencapsrc.h32 GstRank rank);
Dgstdxgiscreencapsrc.c592 gst_dxgi_screen_cap_src_register (GstPlugin * plugin, GstRank rank) in gst_dxgi_screen_cap_src_register()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dplugin.c31 GstRank rank = GST_RANK_SECONDARY; in plugin_init()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmuxmap.h65 GstRank rank;
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dplugin.c44 GstRank rank = GST_RANK_PRIMARY + 1; in plugin_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgleffects.h93 gboolean gst_gl_effects_register_filters (GstPlugin *, GstRank);
Dgstgleffects.c661 gst_gl_effects_register_filters (GstPlugin * plugin, GstRank rank) in gst_gl_effects_register_filters()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dplugin.c190 GstRank rank = GST_RANK_SECONDARY; in plugin_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dplugin.cpp123 GstRank video_sink_rank = GST_RANK_PRIMARY; in plugin_init()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c884 GstRank rank = GST_RANK_MARGINAL; in gst_ffmpegmux_register()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c245 GstRank rank; in print_factory_details_info()
1680 GstRank rank; in print_typefind_info()
/third_party/gstreamer/gstreamer/
DChangeLog96517 gst/gstpluginfeature.h: Clarify GstRank range docs.
96520 Clarify GstRank range docs.