Searched refs:pan (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h45 void (*SetPan)(int pan); // pan is -128 to 128
H A Din2.h51 void (*SetPan)(int pan); // from -127 to 127.. usually just call outMod->SetPan
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c120 /* Formatters for the motorized pan & tilt [GS]ET_MPT_CTL */
1164 static int _pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1173 pan = 64 * pan / 100;
1175 buf[0] = pan & 0xFF;
1176 buf[1] = (pan >> 8) & 0xFF;
1182 int pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1187 if (pan < pdev->angle_range.pan_min ||
1188 pan > pdev->angle_range.pan_max ||
1194 pan
[all...]
H A Dpwc-ioctl.h166 int pan; /* degrees * 100 */ member in struct:pwc_mpt_angles
283 /* Motorized pan & tilt functions */
H A Dpwc.h250 /*** motorized pan/tilt feature */
293 extern int pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt);
H A Dpwc-if.c998 int pan, tilt; local
1004 else if (sscanf(buf, "%d %d", &pan, &tilt) > 0)
1005 ret = pwc_mpt_set_angle(pdev, pan, tilt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dsfnt_info.h133 signed char pan, fixpan; /* panning, fixed panning */ member in struct:soundfont_voice_info
H A Dainstr_iw.h147 unsigned char pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_layer
283 __u8 pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_xlayer
H A Dtrident.h370 unsigned char pan; /* pan control */ member in struct:snd_trident_pcm_mixer
428 struct snd_kcontrol *ctl_pan; /* pan */
H A Dwavefront.h334 u8 pan:4; member in struct:wf_layer
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c630 int pan; local
632 /* pan & loop start (pan 8bit, MSB, 0:right, 0xff:left) */
634 pan = 255 - (int)vp->reg.fixpan * 2;
636 pan = chan->control[MIDI_CTL_MSB_PAN] - 64;
637 if (vp->reg.pan >= 0) /* 0-127 */
638 pan += vp->reg.pan - 64;
639 pan = 127 - (int)pan *
[all...]
H A Dsoundfont.c620 avp->pan = -1;
1036 zone->v.pan = (patch.panning + 128) / 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/media/
H A Dpwc-ioctl.h167 int pan; /* degrees * 100 */ member in struct:pwc_mpt_angles
284 /* Motorized pan & tilt functions */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_simple.c232 static void set_enhanced_pan(struct snd_gus_card *gus, struct snd_gus_voice *voice, unsigned short pan) argument
237 vlo = SNDRV_GF1_ATTEN((SNDRV_GF1_ATTEN_TABLE_SIZE-1) - pan);
238 vro = SNDRV_GF1_ATTEN(pan);
239 if (pan != SNDRV_GF1_ATTEN_TABLE_SIZE - 1 && pan != 0) {
H A Dgus_pcm.c114 unsigned char pan; local
140 pan = runtime->channels == 2 ? (!voice ? 1 : 14) : 8;
144 snd_gf1_write8(gus, SNDRV_GF1_VB_PAN, pan);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c171 static void setpan(int pan) argument
173 mod_.outMod->SetPan(pan);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_synth.c390 int pan = voice->sound->panpot; local
393 pan += (voice->chan->control[MIDI_CTL_MSB_PAN] - 0x40) >> 3;
394 if (pan < -7)
395 pan = -7;
396 else if (pan > 7)
397 pan = 7;
399 | (pan & OPL4_PAN_POT_MASK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dopl3.c463 int block, fnum, freq, voice_mode, pan; local
471 pan = devc->voc[voice].panning;
583 if (pan != 0xffff)
586 if (pan < -64)
589 if (pan > 64)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_iw.c291 lp->pan = lx.pan;
488 lx.pan = lp->pan;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c548 Description: This routine will write the new voice pan
553 Pan - new pan value
921 voice->Pan = mix->pan;
1422 voice->Pan = mix->pan;
2678 Description: PCM front pan control
2697 ucontrol->value.integer.value[0] = mix->pan;
2719 change = val != mix->pan;
2720 mix->pan = val;
2889 tmix->pan = T4D_DEFAULT_PCM_PAN;
3597 tmix->pan
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfbsysfs.c497 __ATTR(pan, S_IRUGO|S_IWUSR, show_pan, store_pan),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.c1823 int pan = (start & 3) << 1; local
1842 * 4 pixel pan register.
1846 VGA_WR08(chip->PCIO, 0x3C0, pan);

Completed in 278 milliseconds