Searched refs:effect (Results 26 - 50 of 162) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000.c672 int effect = emu->chorus_mode; local
673 if (effect < 0 || effect >= SNDRV_EMU8000_CHORUS_NUMBERS ||
674 (effect >= SNDRV_EMU8000_CHORUS_PREDEFINED && !chorus_defined[effect]))
676 EMU8000_INIT3_WRITE(emu, 0x09, chorus_parm[effect].feedback);
677 EMU8000_INIT3_WRITE(emu, 0x0c, chorus_parm[effect].delay_offset);
678 EMU8000_INIT4_WRITE(emu, 0x03, chorus_parm[effect].lfo_depth);
679 EMU8000_HWCF4_WRITE(emu, chorus_parm[effect].delay);
680 EMU8000_HWCF5_WRITE(emu, chorus_parm[effect]
800 int effect = emu->reverb_mode; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddropsrc.tex106 \func{virtual bool}{GiveFeedback}{\param{wxDragResult }{effect}}
114 \docparam{effect}{The effect to implement. One of {\tt wxDragCopy}, {\tt wxDragMove}, {\tt wxDragLink} and {\tt wxDragNone}. }
H A Dcontrol.tex29 Simulates the effect of the user issuing a command to the item. See \helpref{wxCommandEvent}{wxcommandevent}.
H A Dmediaevt.tex34 (note that this may not have the desired effect - if you want to loop the
H A Dsashwin.tex24 \twocolitem{\windowstyle{wxSW\_3D}}{Draws a 3D effect sash and border.}
25 \twocolitem{\windowstyle{wxSW\_3DSASH}}{Draws a 3D effect sash.}
26 \twocolitem{\windowstyle{wxSW\_3DBORDER}}{Draws a 3D effect border.}
H A Dfontdlg.tex43 effect on other platforms.
90 effect on other platforms.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c346 struct fimc_effect *effect = &ctx->effect; local
349 cfg |= effect->type;
351 if (effect->type == S5P_FIMC_EFFECT_ARBITRARY) {
352 cfg |= S5P_CIIMGEFF_PAT_CB(effect->pat_cb);
353 cfg |= S5P_CIIMGEFF_PAT_CR(effect->pat_cr);
H A Dfimc-core.h87 /* The embedded image effect selection */
156 * struct fimc_effect - the configuration data for the "Arbitrary" image effect
157 * @type: effect type
359 * @effect: image effect
378 struct fimc_effect effect; member in struct:fimc_ctx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_unsharp.c53 int amount; ///< effect amount
173 const char *effect; local
175 effect = fp->amount == 0 ? "none" : fp->amount < 0 ? "blur" : "sharpen";
177 av_log(ctx, AV_LOG_INFO, "effect:%s type:%s msize_x:%d msize_y:%d amount:%0.2f\n",
178 effect, effect_type, fp->msize_x, fp->msize_y, fp->amount / 65535.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddnd.h151 virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return TRUE; };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddnd.h151 virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return true; };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_nrpn.c32 int effect; member in struct:nrpn_conv_table
36 /* effect sensitivity */
60 snd_emux_send_effect(port, chan, table[i].effect,
76 /* effect sensitivities for GS NRPN:
85 /* effect sensitivies for XG controls:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmt9d112.c382 static long mt9d112_set_effect(int mode, int effect) argument
404 switch (effect) {
646 cfg_data.cfg.effect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dlatency.c6 * Author of bandpass filter sweep effect:
455 "-e,--effect apply an effect (bandpass filter sweep)\n"
491 {"effect", 0, NULL, 'e'},
501 int effect = 0; local
561 effect = 1;
601 if (effect) {
661 if (effect)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddnd.h95 // "effect" and return true if you did something, false to let the library
97 virtual bool GiveFeedback(wxDragResult WXUNUSED(effect)) { return false; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h151 struct snd_emux_effect_table *effect; member in struct:snd_emux_port
220 * effect table
H A Dgus.h300 effect:1; /* use effect voices */ member in struct:snd_gf1
604 int effect,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_unsharp.c174 const char *effect = fp->amount == 0 ? "none" : fp->amount < 0 ? "blur" : "sharpen"; local
183 av_log(ctx, AV_LOG_VERBOSE, "effect:%s type:%s msize_x:%d msize_y:%d amount:%0.2f\n",
184 effect, effect_type, fp->msize_x, fp->msize_y, fp->amount / 65535.0);
270 { "luma_amount", "set luma effect strength", OFFSET(lamount), AV_OPT_TYPE_FLOAT, { .dbl = 1 }, -2, 5, FLAGS },
271 { "la", "set luma effect strength", OFFSET(lamount), AV_OPT_TYPE_FLOAT, { .dbl = 1 }, -2, 5, FLAGS },
276 { "chroma_amount", "set chroma effect strength", OFFSET(camount), AV_OPT_TYPE_FLOAT, { .dbl = 0 }, -2, 5, FLAGS },
277 { "ca", "set chroma effect strength", OFFSET(camount), AV_OPT_TYPE_FLOAT, { .dbl = 0 }, -2, 5, FLAGS },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-add1.S51 L0: andcc res_ptr,4,%g0 ! res_ptr unaligned? Side effect: cy=0
160 andcc s1_ptr,4,%g0 ! s1_ptr unaligned? Side effect: cy=0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-add1.S51 L0: andcc res_ptr,4,%g0 ! res_ptr unaligned? Side effect: cy=0
160 andcc s1_ptr,4,%g0 ! s1_ptr unaligned? Side effect: cy=0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dt613.c55 u8 effect; member in struct:sd
701 sd->effect = EFFECTS_DEF;
985 reg_w_buf(gspca_dev, effects_table[sd->effect],
987 if (sd->effect == 1 || sd->effect == 5) {
989 "This effect have been disabled for webcam \"safety\"");
993 if (sd->effect == 1 || sd->effect == 4)
1254 sd->effect = val;
1264 *val = sd->effect;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_main.c137 int effect,
217 gus->gf1.effect = effect ? 1 : 0;
131 snd_gus_create(struct snd_card *card, unsigned long port, int irq, int dma1, int dma2, int timer_dev, int voices, int pcm_channels, int effect, struct snd_gus_card **rgus) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp310 bool wxDropSource::MacInstallDefaultCursor(wxDragResult effect) argument
312 const wxCursor& cursor = GetCursor(effect);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/include/media/
H A Dmsm_camera.h361 int8_t effect; member in union:sensor_cfg_data::__anon15357
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Devdev.c539 struct ff_effect effect; local
643 if (input_ff_effect_from_user(p, size, &effect))
646 error = input_ff_upload(dev, &effect, file);
648 if (put_user(effect.id, &(((struct ff_effect __user *)p)->id)))

Completed in 140 milliseconds

1234567