Lines Matching defs:hash
40 #include "libavutil/hash.h"
286 static struct AVHashContext *hash;
936 if (!hash)
938 av_hash_init(hash);
939 av_hash_update(hash, data, size);
940 snprintf(buf, sizeof(buf), "%s:", av_hash_get_name(hash));
942 av_hash_final_hex(hash, p, buf + sizeof(buf) - p);
3974 { "show_data_hash", OPT_STRING | HAS_ARG, { &show_data_hash }, "show packets data hash" },
4105 if ((ret = av_hash_alloc(&hash, show_data_hash)) < 0) {
4109 "Unknown hash algorithm '%s'\nKnown algorithms:",
4166 av_hash_freep(&hash);