Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhashenc.c92 res = av_hash_alloc(&c->hashes[0], c->hash_name); in hash_init()
110 res = av_hash_alloc(&c->hashes[i], c->hash_name); in streamhash_init()
262 res = av_hash_alloc(&c->hashes[0], c->hash_name); in framehash_init()
/third_party/ffmpeg/libavutil/
Dhash.h125 int av_hash_alloc(struct AVHashContext **ctx, const char *name);
Dhash.c102 int av_hash_alloc(AVHashContext **ctx, const char *name) in av_hash_alloc() function
/third_party/ffmpeg/libavutil/tests/
Dhash.c40 if (av_hash_alloc(&ctx, av_hash_names(i)) < 0) in main()
/third_party/ffmpeg/tools/
Dffhash.c131 if ((ret = av_hash_alloc(&hash, hash_name)) < 0) { in main()
/third_party/ffmpeg/tests/api/
Dapi-h264-slice-test.c87 if ((ret = av_hash_alloc(&hash, "md5")) < 0) { in decode()
/third_party/ffmpeg/fftools/
Dffprobe.c4105 if ((ret = av_hash_alloc(&hash, show_data_hash)) < 0) { in main()