Home
last modified time | relevance | path

Searched refs:VERTICAL (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c55 enum Orientation { VERTICAL, HORIZONTAL, NB_ORIENTATIONS }; enumerator
163 { "orientation", "set orientation", OFFSET(orientation), AV_OPT_TYPE_INT, {.i64=VERTICAL}, 0, NB_ORIENTATIONS-1, FLAGS, "orientation" },
164 { "vertical", NULL, 0, AV_OPT_TYPE_CONST, {.i64=VERTICAL}, 0, 0, FLAGS, "orientation" },
784 int ch, y, x = 0, sz = s->orientation == VERTICAL ? s->w : s->h; in draw_legend()
819 if (s->orientation == VERTICAL) { in draw_legend()
1008 const int h = s->orientation == VERTICAL ? s->channel_height : s->channel_width; in plot_channel_lin()
1032 const int h = s->orientation == VERTICAL ? s->channel_height : s->channel_width; in plot_channel_log()
1098 w = (s->mode == COMBINED || s->orientation == VERTICAL) ? s->w : s->w / inlink->ch_layout.nb_channels; in config_output()
1102 if (s->orientation == VERTICAL) { in config_output()
1171 s->magnitudes[i] = av_calloc(s->orientation == VERTICAL in config_output()
[all...]
H A Dvaf_spectrumsynth.c44 enum Orientation { VERTICAL, HORIZONTAL, NB_ORIENTATIONS }; enumerator
91 { "orientation", "set orientation", OFFSET(orientation), AV_OPT_TYPE_INT, {.i64=VERTICAL}, 0, NB_ORIENTATIONS-1, V, "orientation" },
92 { "vertical", NULL, 0, AV_OPT_TYPE_CONST, {.i64=VERTICAL}, 0, 0, V, "orientation" },
178 s->size = s->orientation == VERTICAL ? height / s->channels : width / s->channels; in config_output()
179 s->xend = s->orientation == VERTICAL ? width : height; in config_output()
288 case VERTICAL: in read_fft_data()
/third_party/python/Lib/idlelib/
H A Dtextview.py5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN namespace
55 self.yscroll = AutoHideScrollbar(self, orient=VERTICAL,
H A Dautocomplete_w.py194 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
H A Dconfigdialog.py18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError)
2377 vscrollbar = Scrollbar(self, orient=VERTICAL)
/third_party/python/Lib/tkinter/
H A Dconstants.py43 VERTICAL='vertical' variable
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDemoUtility.java53 c.fill = GridBagConstraints.VERTICAL; in fixGrid()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java93 mLayout.setOrientation(LinearLayout.VERTICAL); in getView()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2999 public static final int VERTICAL = 16; field
4454 * <li> It is &#92;u000B, VERTICAL TABULATION.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java2491 public static final int VERTICAL = 16; field
3765 * <li> It is &#92;u000B, VERTICAL TABULATION.
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 52 milliseconds