Searched refs:av_hash_alloc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dhash.h34 int av_hash_alloc(struct AVHashContext **ctx, const char *name);
H A Dhash.c100 int av_hash_alloc(AVHashContext **ctx, const char *name) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmd5enc.c72 int res = av_hash_alloc(&c->hash, c->hash_name);
117 int res = av_hash_alloc(&c->hash, c->hash_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dffhash.c130 if ((ret = av_hash_alloc(&hash, hash_name)) < 0) {

Completed in 116 milliseconds