VERTICAL 166 libavfilter/avf_showspectrum.c { "orientation", "set orientation", OFFSET(orientation), AV_OPT_TYPE_INT, {.i64=VERTICAL}, 0, NB_ORIENTATIONS-1, FLAGS, "orientation" }, VERTICAL 167 libavfilter/avf_showspectrum.c { "vertical", NULL, 0, AV_OPT_TYPE_CONST, {.i64=VERTICAL}, 0, 0, FLAGS, "orientation" }, VERTICAL 687 libavfilter/avf_showspectrum.c int ch, y, x = 0, sz = s->orientation == VERTICAL ? s->w : s->h; VERTICAL 723 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL) { VERTICAL 930 libavfilter/avf_showspectrum.c const int h = s->orientation == VERTICAL ? s->channel_height : s->channel_width; VERTICAL 954 libavfilter/avf_showspectrum.c const int h = s->orientation == VERTICAL ? s->channel_height : s->channel_width; VERTICAL 1019 libavfilter/avf_showspectrum.c w = (s->mode == COMBINED || s->orientation == VERTICAL) ? s->w : s->w / inlink->channels; VERTICAL 1023 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL) { VERTICAL 1089 libavfilter/avf_showspectrum.c s->magnitudes[i] = av_calloc(s->orientation == VERTICAL ? s->h : s->w, sizeof(**s->magnitudes)); VERTICAL 1098 libavfilter/avf_showspectrum.c s->phases[i] = av_calloc(s->orientation == VERTICAL ? s->h : s->w, sizeof(**s->phases)); VERTICAL 1108 libavfilter/avf_showspectrum.c s->color_buffer[i] = av_calloc(s->orientation == VERTICAL ? s->h * 3 : s->w * 3, sizeof(**s->color_buffer)); VERTICAL 1167 libavfilter/avf_showspectrum.c if ((s->orientation == VERTICAL && s->xpos >= s->w) || VERTICAL 1172 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL && s->sliding == FULLFRAME) VERTICAL 1186 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL) { VERTICAL 1215 libavfilter/avf_showspectrum.c int y, h = s->orientation == VERTICAL ? s->h : s->w; VERTICAL 1229 libavfilter/avf_showspectrum.c const int h = s->orientation == VERTICAL ? s->h : s->w; VERTICAL 1243 libavfilter/avf_showspectrum.c int ch, y, h = s->orientation == VERTICAL ? s->h : s->w; VERTICAL 1256 libavfilter/avf_showspectrum.c int ch, y, h = s->orientation == VERTICAL ? s->h : s->w; VERTICAL 1283 libavfilter/avf_showspectrum.c int ret, plane, x, y, z = s->orientation == VERTICAL ? s->h : s->w; VERTICAL 1299 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL) { VERTICAL 1362 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL && s->xpos >= s->w) VERTICAL 1375 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL) { VERTICAL 1475 libavfilter/avf_showspectrum.c if (s->orientation == VERTICAL) { VERTICAL 1600 libavfilter/avf_showspectrum.c { "orientation", "set orientation", OFFSET(orientation), AV_OPT_TYPE_INT, {.i64=VERTICAL}, 0, NB_ORIENTATIONS-1, FLAGS, "orientation" }, VERTICAL 1601 libavfilter/avf_showspectrum.c { "vertical", NULL, 0, AV_OPT_TYPE_CONST, {.i64=VERTICAL}, 0, 0, FLAGS, "orientation" }, VERTICAL 1624 libavfilter/avf_showspectrum.c int x = 0, sz = s->orientation == VERTICAL ? s->w : s->h; VERTICAL 1658 libavfilter/avf_showspectrum.c int h = s->orientation == VERTICAL ? s->h : s->w; VERTICAL 94 libavfilter/vaf_spectrumsynth.c { "orientation", "set orientation", OFFSET(orientation), AV_OPT_TYPE_INT, {.i64=VERTICAL}, 0, NB_ORIENTATIONS-1, V, "orientation" }, VERTICAL 95 libavfilter/vaf_spectrumsynth.c { "vertical", NULL, 0, AV_OPT_TYPE_CONST, {.i64=VERTICAL}, 0, 0, V, "orientation" }, VERTICAL 181 libavfilter/vaf_spectrumsynth.c s->size = s->orientation == VERTICAL ? height / s->channels : width / s->channels; VERTICAL 182 libavfilter/vaf_spectrumsynth.c s->xend = s->orientation == VERTICAL ? width : height; VERTICAL 303 libavfilter/vaf_spectrumsynth.c case VERTICAL: