Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstdebugspy.c68 static GType checksum_type = 0; in gst_debug_spy_checksum_get_type() local
77 if (!checksum_type) in gst_debug_spy_checksum_get_type()
78 checksum_type = g_enum_register_static ("GChecksumType", checksum_values); in gst_debug_spy_checksum_get_type()
80 return checksum_type; in gst_debug_spy_checksum_get_type()
160 debugspy->checksum_type = G_CHECKSUM_SHA1; in gst_debug_spy_init()
174 debugspy->checksum_type = g_value_get_enum (value); in gst_debug_spy_set_property()
193 g_value_set_enum (value, debugspy->checksum_type); in gst_debug_spy_get_property()
216 checksum = g_compute_checksum_for_data (debugspy->checksum_type, in gst_debug_spy_transform_ip()
Dgstvideocodectestsink.c342 const gchar *checksum_type = "UNKNOWN"; in gst_video_codec_test_sink_event() local
346 checksum_type = "MD5"; in gst_video_codec_test_sink_event()
349 checksum_type = "SHA1"; in gst_video_codec_test_sink_event()
352 checksum_type = "SHA256"; in gst_video_codec_test_sink_event()
355 checksum_type = "SHA512"; in gst_video_codec_test_sink_event()
358 checksum_type = "SHA384"; in gst_video_codec_test_sink_event()
368 G_TYPE_STRING, checksum_type, "checksum", G_TYPE_STRING, in gst_video_codec_test_sink_event()
Dgstdebugspy.h51 GChecksumType checksum_type; member
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.h70 … GChecksumType checksum_type);
Dwebrtcsdp.c644 GChecksumType checksum_type) in _generate_fingerprint_from_certificate() argument
669 checksum = g_checksum_new (checksum_type); in _generate_fingerprint_from_certificate()
670 digest_size = g_checksum_type_get_length (checksum_type); in _generate_fingerprint_from_certificate()