Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhash.c97 int av_hash_get_size(const AVHashContext *ctx) in av_hash_get_size() function
205 unsigned rsize = av_hash_get_size(ctx); in av_hash_final_bin()
216 unsigned rsize = av_hash_get_size(ctx), i; in av_hash_final_hex()
226 unsigned rsize = av_hash_get_size(ctx), osize; in av_hash_final_b64()
Dhash.h167 int av_hash_get_size(const struct AVHashContext *ctx);
/third_party/ffmpeg/libavutil/tests/
Dhash.c53 for (j = 0; j < av_hash_get_size(ctx); j++) { in main()
/third_party/ffmpeg/tests/api/
Dapi-h264-slice-test.c99 av_hash_final_hex(hash, sum, av_hash_get_size(hash) * 2 + 1); in decode()