Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c1707 guint fhash; in gst_plugin_ext_dep_scan_dir_and_match_names() local
1718 fhash = (guint) - 1; in gst_plugin_ext_dep_scan_dir_and_match_names()
1722 fhash = gst_plugin_ext_dep_get_hash_from_stat_entry (&s); in gst_plugin_ext_dep_scan_dir_and_match_names()
1723 GST_LOG_OBJECT (plugin, "stat: %s (result: %u)", full_path, fhash); in gst_plugin_ext_dep_scan_dir_and_match_names()
1725 fhash = gst_plugin_ext_dep_scan_dir_and_match_names (plugin, full_path, in gst_plugin_ext_dep_scan_dir_and_match_names()
1733 hash = hash + fhash; in gst_plugin_ext_dep_scan_dir_and_match_names()
1767 guint fhash; in gst_plugin_ext_dep_scan_path_with_filenames() local
1771 fhash = (guint) - 1; in gst_plugin_ext_dep_scan_path_with_filenames()
1775 fhash = gst_plugin_ext_dep_get_hash_from_stat_entry (&s); in gst_plugin_ext_dep_scan_path_with_filenames()
1776 GST_LOG_OBJECT (plugin, "stat: %s (result: %08x)", full_path, fhash); in gst_plugin_ext_dep_scan_path_with_filenames()
[all …]