Searched refs:SEPARATE (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | avf_ahistogram.c | 34 enum DisplayMode { SINGLE, SEPARATE, NB_DMODES }; enumerator 67 …{ "separate", "each channel have own histogram", 0, AV_OPT_TYPE_CONST, {.i64=SEPARATE}, 0, 0, FLAG… 148 if (s->dmode == SEPARATE) { in config_output() 184 if (s->dmode == SEPARATE) { in filter_frame() 266 if (s->dmode == SEPARATE) { in filter_frame() 319 } else if (s->dmode == SEPARATE) { in filter_frame() 342 if (s->dmode == SEPARATE) { in filter_frame()
|
D | avf_showspectrum.c | 46 enum DisplayMode { COMBINED, SEPARATE, NB_MODES }; enumerator 116 { "separate", "separate mode", 0, AV_OPT_TYPE_CONST, {.i64=SEPARATE}, 0, 0, FLAGS, "mode" }, 546 case SEPARATE: in color_range() 688 int multi = (s->mode == SEPARATE && s->color_mode == CHANNEL); in draw_legend() 724 int h = s->mode == SEPARATE ? s->h / s->nb_display_channels : s->h; in draw_legend() 725 int hh = s->mode == SEPARATE ? -(s->h % s->nb_display_channels) + 1 : 1; in draw_legend() 726 for (ch = 0; ch < (s->mode == SEPARATE ? s->nb_display_channels : 1); ch++) { in draw_legend() 783 int w = s->mode == SEPARATE ? s->w / s->nb_display_channels : s->w; in draw_legend() 794 for (ch = 0; ch < (s->mode == SEPARATE ? s->nb_display_channels : 1); ch++) { in draw_legend() 847 for (chn = 0; chn < (s->mode == SEPARATE ? 1 : s->nb_display_channels); chn++) { in draw_legend() [all …]
|
D | avf_showfreqs.c | 41 enum ChannelMode { COMBINED, SEPARATE, NB_CMODES }; enumerator 118 …{ "separate", "show each channel in own window", 0, AV_OPT_TYPE_CONST, {.i64=SEPARATE}, 0, 0, FL… 314 case SEPARATE: in plot_freq()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 1457 addChild(new MRTCase(m_context, m_glslVersion, MRTCase::SEPARATE)); in init() 1467 SEPARATE enumerator 1475 DE_ASSERT(m_declarationType == ARRAY || m_declarationType == SEPARATE); in MRTCase()
|