/third_party/ffmpeg/libavfilter/ |
H A D | avf_showspectrum.c | 55 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 D | vaf_spectrumsynth.c | 44 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 D | textview.py | 5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN namespace 55 self.yscroll = AutoHideScrollbar(self, orient=VERTICAL,
|
H A D | autocomplete_w.py | 194 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
|
H A D | configdialog.py | 18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError) 2377 vscrollbar = Scrollbar(self, orient=VERTICAL)
|
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 43 VERTICAL='vertical' variable
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoUtility.java | 53 c.fill = GridBagConstraints.VERTICAL; in fixGrid()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | StateAdapter.java | 93 mLayout.setOrientation(LinearLayout.VERTICAL); in getView()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 2999 public static final int VERTICAL = 16; field 4454 * <li> It is \u000B, VERTICAL TABULATION.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 2491 public static final int VERTICAL = 16; field 3765 * <li> It is \u000B, VERTICAL TABULATION.
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-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 D | stylo.hpp | [all...] |