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 70 …{ "separate", "each channel have own histogram", 0, AV_OPT_TYPE_CONST, {.i64=SEPARATE}, 0, 0, FLAG… 196 if (s->dmode == SEPARATE) { in config_output() 233 if (s->dmode == SEPARATE) { in filter_frame() 315 if (s->dmode == SEPARATE) { in filter_frame() 368 } else if (s->dmode == SEPARATE) { in filter_frame() 391 if (s->dmode == SEPARATE) { in filter_frame()
|
D | avf_showspectrum.c | 49 enum DisplayMode { COMBINED, SEPARATE, NB_MODES }; enumerator 134 { "separate", "separate mode", 0, AV_OPT_TYPE_CONST, {.i64=SEPARATE}, 0, 0, FLAGS, "mode" }, 587 case SEPARATE: in color_range() 785 int multi = (s->mode == SEPARATE && s->color_mode == CHANNEL); in draw_legend() 820 int h = s->mode == SEPARATE ? s->h / s->nb_display_channels : s->h; in draw_legend() 821 int hh = s->mode == SEPARATE ? -(s->h % s->nb_display_channels) + 1 : 1; in draw_legend() 822 for (ch = 0; ch < (s->mode == SEPARATE ? s->nb_display_channels : 1); ch++) { in draw_legend() 878 int w = s->mode == SEPARATE ? s->w / s->nb_display_channels : s->w; in draw_legend() 889 for (ch = 0; ch < (s->mode == SEPARATE ? s->nb_display_channels : 1); ch++) { in draw_legend() 941 for (chn = 0; chn < (s->mode == SEPARATE ? 1 : s->nb_display_channels); chn++) { in draw_legend() [all …]
|
D | avf_showfreqs.c | 40 enum ChannelMode { COMBINED, SEPARATE, NB_CMODES }; enumerator 106 …{ "separate", "show each channel in own window", 0, AV_OPT_TYPE_CONST, {.i64=SEPARATE}, 0, 0, FL… 325 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()
|