Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 265) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.c105 free(ecp->effects); in sox_delete_effects_chain()
191 lsx_revalloc(chain->effects, chain->table_size); in sox_add_effect()
194 chain->effects[chain->length] = in sox_add_effect()
195 lsx_calloc(effp->flows, sizeof(chain->effects[chain->length][0])); in sox_add_effect()
196 chain->effects[chain->length][0] = *effp; in sox_add_effect()
199 chain->effects[chain->length][f] = eff0; in sox_add_effect()
200 chain->effects[chain->length][f].flow = f; in sox_add_effect()
201 chain->effects[chain->length][f].priv = lsx_memdup(eff0.priv, eff0.handler.priv_size); in sox_add_effect()
202 if (start(&chain->effects[chain->length][f]) != SOX_SUCCESS) { in sox_add_effect()
242 sox_effect_t *effp1 = chain->effects[n - 1]; in flow_effect()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dscreenshot120 sox: effects chain: input 44100Hz 2 channels 16 bits (multi)
21 sox: effects chain: remix 44100Hz 2 channels 16 bits (multi)
22 sox: effects chain: norm 44100Hz 1 channels 16 bits
23 sox: effects chain: highpass 44100Hz 1 channels 16 bits
24 sox: effects chain: gain 44100Hz 1 channels 16 bits (multi)
25 sox: effects chain: rate 44100Hz 1 channels 16 bits
26 sox: effects chain: norm 48000Hz 1 channels 16 bits
27 sox: effects chain: dither 48000Hz 1 channels 16 bits
28 sox: effects chain: output 48000Hz 1 channels 16 bits (multi)
H A DFEATURES.in48 The audio effects/tools included in this release are as follows:
50 * Tone/filter effects
64 * Production effects
77 * Volume/level effects
88 * Editing effects
95 * Mixing effects
101 * Pitch/tempo effects
108 * Mastering effects
119 * Analysis `effects'
125 * Miscellaneous effects
[all …]
H A DChangeLog45 effects. (Ulrich Klauer)
56 o Speed optimization for effects that operate on channels
96 o Fix hang in several effects (rate, tempo, and those based on
173 o Fix to effects pipeline to let fade effect specify time from end of
176 o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer)
178 o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer)
179 o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer)
182 o New hilbert and downsample effects. (Ulrich Klauer)
185 o Stricter syntax checking for several effects (might reveal bugs hidden
187 o Calculate output audio length for most effects. (Ulrich Klauer)
[all …]
H A Dsox.pc.in7 Description: Audio file format and effects library
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dff.rst17 effects.
73 - FF_CONSTANT can render constant force effects
74 - FF_PERIODIC can render periodic effects with the following waveforms:
83 - FF_RAMP can render ramp effects
86 - FF_DAMPER can simulate damper effects
87 - FF_RUMBLE rumble effects
105 Returns the number of effects the device can keep in its memory.
107 Uploading effects to the device
149 This makes room for new effects in the device's memory. Note that this also
152 Controlling the playback of effects
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Diforce-protocol.rst16 specify force effects to I-Force 2.0 devices. None of this information comes
54 First, I describe effects that are sent by the device to the computer
74 Device effects states
96 00 Channel (when playing several effects at the same time, each must
236 Query number of effects
241 QUERY = 4e ('N'umber of effects)
243 The device should respond by sending the number of effects that can be played
245 ff 02 4e 14 CS would stand for 20 effects.
333 Bit 0 Stop all effects
350 Each device has a certain amount of memory to store parameters of effects.
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-core.c145 old = &ff->effects[id]; in input_ff_upload()
158 ff->effects[id] = *effect; in input_ff_upload()
330 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create()
332 if (!ff->effects) { in input_ff_create()
374 kfree(ff->effects); in input_ff_destroy()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipv6.rst27 The possible values and their effects are:
49 The possible values and their effects are:
67 The possible values and their effects are:
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-output.rst47 pointer to this integer. Side effects are possible. For example outputs
50 effects applications must select an output before querying or
H A Dvidioc-g-input.rst46 to this integer. Side effects are possible. For example inputs may
48 the current standard. Because of these possible side effects
/OK3568_Linux_fs/buildroot/support/libtool/
H A Dbuildroot-libtool-v2.4.patch67 # The effects of -static are defined in a previous loop.
69 # didn't have a PIC flag, but the assumption that the effects
H A Dbuildroot-libtool-v2.4.4.patch73 # The effects of -static are defined in a previous loop.
75 # didn't have a PIC flag, but the assumption that the effects
H A Dbuildroot-libtool-v2.2.patch67 # The effects of -static are defined in a previous loop.
69 # didn't have a PIC flag, but the assumption that the effects
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xcompmgr/
H A DConfig.in10 eye-candy effects.
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dspeculation.rst5 This document explains potential effects of speculation, and how undesirable
6 effects can be mitigated portably using common APIs.
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c1035 u32 effects = 0; in nvme_command_effects() local
1038 if (ns->head->effects) in nvme_command_effects()
1039 effects = le32_to_cpu(ns->head->effects->iocs[opcode]); in nvme_command_effects()
1040 if (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC)) in nvme_command_effects()
1043 opcode, effects); in nvme_command_effects()
1047 if (ctrl->effects) in nvme_command_effects()
1048 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects()
1049 effects |= nvme_known_admin_effects(opcode); in nvme_command_effects()
1051 return effects; in nvme_command_effects()
1058 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start() local
[all …]
/OK3568_Linux_fs/buildroot/package/jquery-ui/
H A DConfig.in5 animation, advanced effects and high-level, themeable widgets,
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/libunwind-debian/
H A D20150704-CVE-2015-3239_dwarf_i.h.patch8 /* REG is evaluated multiple times; it better be side-effects free! */
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DR+poonceonces.litmus7 * classic counterintuitive litmus tests that illustrates the effects of
H A DR+fencembonceonces.litmus7 * counterintuitive litmus tests that illustrates the effects of store
/OK3568_Linux_fs/buildroot/package/sox/
H A DConfig.in8 It can also apply various effects to these sound files, and,
/OK3568_Linux_fs/buildroot/package/qt5/qt5graphicaleffects/
H A DConfig.in12 for adding visually impressive and configurable effects to
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-isp.c566 static const u8 effects[][2] = { in __ctrl_set_image_effect() local
575 for (i = 0; i < ARRAY_SIZE(effects); i++) { in __ctrl_set_image_effect()
576 if (effects[i][0] != value) in __ctrl_set_image_effect()
579 __is_set_isp_effect(is, effects[i][1]); in __ctrl_set_image_effect()
/OK3568_Linux_fs/buildroot/package/caps/
H A DConfig.in8 effects, signal processors and generators of often

1234567891011