Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhash.h115 struct AVHashContext;
125 int av_hash_alloc(struct AVHashContext **ctx, const char *name);
140 const char *av_hash_get_name(const struct AVHashContext *ctx);
167 int av_hash_get_size(const struct AVHashContext *ctx);
174 void av_hash_init(struct AVHashContext *ctx);
183 void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, size_t len);
199 void av_hash_final(struct AVHashContext *ctx, uint8_t *dst);
214 void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size);
232 void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size);
250 void av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size);
[all …]
Dhash.c58 typedef struct AVHashContext { struct
63 } AVHashContext; argument
92 const char *av_hash_get_name(const AVHashContext *ctx) in av_hash_get_name()
97 int av_hash_get_size(const AVHashContext *ctx) in av_hash_get_size()
102 int av_hash_alloc(AVHashContext **ctx, const char *name) in av_hash_alloc()
104 AVHashContext *res; in av_hash_alloc()
139 void av_hash_init(AVHashContext *ctx) in av_hash_init()
160 void av_hash_update(AVHashContext *ctx, const uint8_t *src, size_t len) in av_hash_update()
181 void av_hash_final(AVHashContext *ctx, uint8_t *dst) in av_hash_final()
202 void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size) in av_hash_final_bin()
[all …]
/third_party/ffmpeg/libavutil/tests/
Dhash.c31 struct AVHashContext *ctx = NULL; in main()
/third_party/ffmpeg/tools/
Dffhash.c43 static struct AVHashContext *hash;
/third_party/ffmpeg/tests/api/
Dapi-h264-slice-test.c63 struct AVHashContext *hash; in decode()
/third_party/ffmpeg/libavformat/
Dhashenc.c33 struct AVHashContext **hashes;
/third_party/ffmpeg/fftools/
Dffprobe.c286 static struct AVHashContext *hash;