Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhashenc.c145 av_hash_final_hex(c->hashes[i], buf + strlen(buf), sizeof(buf) - strlen(buf)); in hash_write_trailer()
253 av_hash_final_hex(c->hashes[0], buf, sizeof(buf)); in framehash_print_extradata()
297 av_hash_final_hex(c->hashes[0], buf + len, sizeof(buf) - len); in framehash_write_packet()
314 av_hash_final_hex(c->hashes[0], buf + len, sizeof(buf) - len); in framehash_write_packet()
/third_party/ffmpeg/libavutil/
Dhash.h238 void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size);
Dhash.c217 void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size) in av_hash_final_hex() function
/third_party/ffmpeg/libavutil/tests/
Dhash.c46 av_hash_final_hex(ctx, dst, DST_BUF_SIZE); in main()
/third_party/ffmpeg/tools/
Dffhash.c71 av_hash_final_hex(hash, res, sizeof(res)); in finish()
/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()
/third_party/ffmpeg/fftools/
Dffprobe.c852 av_hash_final_hex(hash, p, buf + sizeof(buf) - p); in writer_print_data_hash()
/third_party/ffmpeg/doc/
DAPIchanges1399 Add av_hash_final_bin(), av_hash_final_hex() and av_hash_final_b64().