av_hash_update 848 fftools/ffprobe.c av_hash_update(hash, data, size); av_hash_update 135 libavformat/hashenc.c av_hash_update(c->hashes[c->per_stream ? pkt->stream_index : 0], pkt->data, pkt->size); av_hash_update 259 libavformat/hashenc.c av_hash_update(c->hashes[0], par->extradata, par->extradata_size); av_hash_update 299 libavformat/hashenc.c av_hash_update(c->hashes[0], pkt->data, pkt->size); av_hash_update 315 libavformat/hashenc.c av_hash_update(c->hashes[0], (uint8_t *)&data, sizeof(uint32_t)); av_hash_update 318 libavformat/hashenc.c av_hash_update(c->hashes[0], pkt->side_data[i].data, pkt->side_data[i].size); av_hash_update 161 libavutil/hash.c void av_hash_update(AVHashContext *ctx, const uint8_t *src, size_t len) av_hash_update 185 libavutil/hash.h void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, int len); av_hash_update 187 libavutil/hash.h void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, size_t len); av_hash_update 44 libavutil/tests/hash.c av_hash_update(ctx, src, SRC_BUF_SIZE); av_hash_update 50 libavutil/tests/hash.c av_hash_update(ctx, src, SRC_BUF_SIZE); av_hash_update 59 libavutil/tests/hash.c av_hash_update(ctx, src, SRC_BUF_SIZE); av_hash_update 93 tests/api/api-h264-slice-test.c av_hash_update(hash, &frame->data[0][i * frame->linesize[0]], frame->width); av_hash_update 95 tests/api/api-h264-slice-test.c av_hash_update(hash, &frame->data[1][i * frame->linesize[1]], frame->width >> desc->log2_chroma_w); av_hash_update 97 tests/api/api-h264-slice-test.c av_hash_update(hash, &frame->data[2][i * frame->linesize[2]], frame->width >> desc->log2_chroma_w); av_hash_update 105 tools/ffhash.c av_hash_update(hash, buffer, size);