OVERLAY 264 libavfilter/vf_overlay.c (ret = ff_formats_ref(overlay_formats, &ctx->inputs[OVERLAY]->out_formats)) < 0 || OVERLAY 293 libavfilter/vf_overlay.c s->var_values[VAR_OVERLAY_W] = s->var_values[VAR_OW] = ctx->inputs[OVERLAY]->w; OVERLAY 294 libavfilter/vf_overlay.c s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = ctx->inputs[OVERLAY]->h; OVERLAY 322 libavfilter/vf_overlay.c ctx->inputs[OVERLAY]->w, ctx->inputs[OVERLAY]->h, OVERLAY 323 libavfilter/vf_overlay.c av_get_pix_fmt_name(ctx->inputs[OVERLAY]->format)); OVERLAY 144 libavfilter/vf_waveform.c { "overlay", NULL, 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY}, 0, 0, FLAGS, "display" }, OVERLAY 690 libavfilter/vf_waveform.c const int dplane = (s->rgb || s->display == OVERLAY) ? plane : 0; OVERLAY 744 libavfilter/vf_waveform.c if (s->display != OVERLAY && column && !s->rgb) { OVERLAY 768 libavfilter/vf_waveform.c } else if (s->display != OVERLAY && !s->rgb) { OVERLAY 828 libavfilter/vf_waveform.c const int dplane = (s->rgb || s->display == OVERLAY) ? plane : 0; OVERLAY 881 libavfilter/vf_waveform.c if (s->display != OVERLAY && column && !s->rgb) { OVERLAY 905 libavfilter/vf_waveform.c } else if (s->display != OVERLAY && !s->rgb) { OVERLAY 3431 libavfilter/vf_waveform.c envelope(s, out, plane, s->rgb || s->display == OVERLAY ? plane : 0, s->mode ? offset_x : offset_y); OVERLAY 3433 libavfilter/vf_waveform.c envelope16(s, out, plane, s->rgb || s->display == OVERLAY ? plane : 0, s->mode ? offset_x : offset_y);