update 780 ffplay.c int x, int y, int w, int h, int color, int update) update 788 ffplay.c if (update && w > 0 && h > 0) update 793 ffplay.c static void fill_border(int xleft, int ytop, int width, int height, int x, int y, int w, int h, int color, int update) update 813 ffplay.c color, update); update 817 ffplay.c color, update); update 821 ffplay.c color, update); update 825 ffplay.c color, update); update 721 libavcodec/adpcm.c goto update; update 723 libavcodec/adpcm.c update: update 264 libavcodec/amrnbdec.c const int sign, const int update) update 279 libavcodec/amrnbdec.c if (update) update 287 libavcodec/amrnbdec.c if (update) update 1747 libavcodec/g723_1.c goto update; update 1757 libavcodec/g723_1.c update: update 350 libavcodec/vp8.c static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref) update 354 libavcodec/vp8.c if (update) update 106 libavfilter/af_silencedetect.c update(s, insamples, *p < noise && *p > -noise, \ update 57 libavfilter/vf_frei0r.c f0r_update_f update; update 300 libavfilter/vf_frei0r.c !(s->update = load_sym(ctx, "f0r_update" )) || update 405 libavfilter/vf_frei0r.c s->update(s->instance, in->pts * av_q2d(inlink->time_base) * 1000, update 502 libavfilter/vf_frei0r.c s->update(s->instance, av_rescale_q(frame->pts, s->time_base, (AVRational){1,1000}), update 40 libavformat/img2enc.c int update; update 83 libavformat/img2enc.c if (img->update) { update 178 libavformat/img2enc.c { "updatefirst", "continuously overwrite one file", OFFSET(update), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, ENC }, update 179 libavformat/img2enc.c { "update", "continuously overwrite one file", OFFSET(update), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, ENC }, update 37 libavutil/hmac.c void (*update)(void*, const uint8_t*, int len); update 71 libavutil/hmac.c c->update = (void*)av_md5_update; update 79 libavutil/hmac.c c->update = (void*)av_sha_update; update 87 libavutil/hmac.c c->update = (void*)av_sha_update; update 95 libavutil/hmac.c c->update = (void*)av_sha_update; update 103 libavutil/hmac.c c->update = (void*)av_sha512_update; update 111 libavutil/hmac.c c->update = (void*)av_sha512_update; update 140 libavutil/hmac.c c->update(c->hash, key, keylen); update 152 libavutil/hmac.c c->update(c->hash, block, c->blocklen); update 157 libavutil/hmac.c c->update(c->hash, data, len); update 172 libavutil/hmac.c c->update(c->hash, block, c->blocklen); update 173 libavutil/hmac.c c->update(c->hash, out, c->hashlen);