Searched refs:av_hash_final (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dhash.h66 * The pointer passed to av_hash_final have space for at least this many bytes.
83 void av_hash_final(struct AVHashContext *ctx, uint8_t *dst);
H A Dhash.c179 void av_hash_final(AVHashContext *ctx, uint8_t *dst) function
205 av_hash_final(ctx, buf);
216 av_hash_final(ctx, buf);
226 av_hash_final(ctx, buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmd5enc.c42 av_hash_final(c->hash, md5);

Completed in 102 milliseconds