Searched refs:effect_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dff-memless.c209 static int get_compatible_type(struct ff_device *ff, int effect_type) argument
212 if (test_bit(effect_type, ff->ffbit))
213 return effect_type;
215 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit))
332 int effect_type; local
355 effect_type = get_compatible_type(ml->dev->ff, effect->type);
356 if (combo_effect->type != effect_type) {
361 combo_effect->type = effect_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_unsharp.c171 static int init_filter_param(AVFilterContext *ctx, UnsharpFilterParam *fp, const char *effect_type, int width) argument
179 effect_type, fp->msize_x, fp->msize_y);
184 effect, effect_type, fp->msize_x, fp->msize_y, fp->amount / 65535.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_unsharp.c170 static void init_filter_param(AVFilterContext *ctx, FilterParam *fp, const char *effect_type, int width) argument
178 effect, effect_type, fp->msize_x, fp->msize_y, fp->amount / 65535.0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-ff.c310 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button,
320 data[1] = effect_type;
309 make_core(struct iforce* iforce, u16 id, u16 mod_id1, u16 mod_id2, u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, u16 interval, u16 direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c4797 int effect_type, effect_flag; member in struct:__anon2004
4859 if (sd->effect_type = get_bits_long(gb, 30)) {
4872 if (sd->effect_type != 13 || sd->effect_params1[0] != sd->coefs[0][6]) {
4874 av_log(avctx, AV_LOG_DEBUG, "Effect: %d; params: ", sd->effect_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c5262 int effect_type, effect_flag; member in struct:__anon3239
5324 if (sd->effect_type = get_bits_long(gb, 30)) {
5337 if (sd->effect_type != 13 || sd->effect_params1[0] != sd->coefs[0][6]) {
5339 av_log(avctx, AV_LOG_DEBUG, "Effect: %d; params: ", sd->effect_type);

Completed in 86 milliseconds