Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhashenc.c30 struct HashContext { struct
38 #define OFFSET(x) offsetof(struct HashContext, x) argument
79 struct HashContext *c = s->priv_data; in hash_init()
96 struct HashContext *c = s->priv_data; in streamhash_init()
127 struct HashContext *c = s->priv_data; in hash_write_packet()
134 struct HashContext *c = s->priv_data; in hash_write_trailer()
156 struct HashContext *c = s->priv_data; in hash_free()
177 .priv_data_size = sizeof(struct HashContext),
201 .priv_data_size = sizeof(struct HashContext),
225 .priv_data_size = sizeof(struct HashContext),
[all …]