COMBINED 114 libavfilter/avf_showfreqs.c { "cmode", "set channel mode", OFFSET(cmode), AV_OPT_TYPE_INT, {.i64=COMBINED}, 0, NB_CMODES-1, FLAGS, "cmode" }, COMBINED 115 libavfilter/avf_showfreqs.c { "combined", "show all channels in same window", 0, AV_OPT_TYPE_CONST, {.i64=COMBINED}, 0, 0, FLAGS, "cmode" }, COMBINED 305 libavfilter/avf_showfreqs.c case COMBINED: COMBINED 114 libavfilter/avf_showspectrum.c { "mode", "set channel display mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=COMBINED}, COMBINED, NB_MODES-1, FLAGS, "mode" }, COMBINED 115 libavfilter/avf_showspectrum.c { "combined", "combined mode", 0, AV_OPT_TYPE_CONST, {.i64=COMBINED}, 0, 0, FLAGS, "mode" }, COMBINED 515 libavfilter/avf_showspectrum.c case COMBINED: COMBINED 940 libavfilter/avf_showspectrum.c int row = (s->mode == COMBINED) ? y : ch * h + y; COMBINED 972 libavfilter/avf_showspectrum.c float row = (s->mode == COMBINED) ? y + j - pos0 : ch * h + y + j - pos0; COMBINED 1018 libavfilter/avf_showspectrum.c h = (s->mode == COMBINED || s->orientation == HORIZONTAL) ? s->h : s->h / inlink->channels; COMBINED 1019 libavfilter/avf_showspectrum.c w = (s->mode == COMBINED || s->orientation == VERTICAL) ? s->w : s->w / inlink->channels; COMBINED 1548 libavfilter/avf_showspectrum.c { "mode", "set channel display mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=COMBINED}, 0, NB_MODES-1, FLAGS, "mode" }, COMBINED 1549 libavfilter/avf_showspectrum.c { "combined", "combined mode", 0, AV_OPT_TYPE_CONST, {.i64=COMBINED}, 0, 0, FLAGS, "mode" },