HomeSort by relevance Sort by last modified time
    Searched refs:pan (Results 26 - 50 of 66) sorted by null

12 3

  /external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h 157 EAS_I8 pan; member in struct:s_articulation_tag
200 EAS_I8 pan; member in struct:s_dls_articulation_tag
277 EAS_I8 pan; member in struct:s_fm_region_tag
eas_fmsynth.c 420 /* calculate pan gain values only if stereo output */
422 temp = (EAS_I32) pChannel->pan - 64;
423 temp += (EAS_I32) pRegion->pan;
428 pFMVoice->pan = (EAS_I8) temp;
832 vCfg.pan = pFMVoice->pan;
eas_fmengine.c 195 * Assign the left and right gain values corresponding to the given pan value.
208 static void FM_CalculatePan (EAS_I16 pan, EAS_U16 *pGainLeft, EAS_U16 *pGainRight)
223 Get the Midi CC10 pan value for this voice's channel
224 convert the pan value to an "angle" representation suitable for
230 nNetAngle = ((EAS_I32) pan) << (NUM_EG1_FRAC_BITS -7);
518 /* calculate pan */
520 FM_CalculatePan(vCfg->pan, &pVoice->gainLeft, &pVoice->gainRight);
eas_synth.h 216 EAS_U8 pan; /* CC10 */ member in struct:s_synth_channel_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_sndlib.h 157 EAS_I8 pan; member in struct:s_articulation_tag
200 EAS_I8 pan; member in struct:s_dls_articulation_tag
277 EAS_I8 pan; member in struct:s_fm_region_tag
eas_wtsynth.c 315 EAS_INT pan; local
364 Get the Midi CC10 pan value for this voice's channel
365 convert the pan value to an "angle" representation suitable for
370 pan = (EAS_INT) pSynth->channels[pVoice->channel & 15].pan - 64;
371 pan += pArt->pan;
372 EAS_CalcPanControl(pan, &pWTVoice->gainLeft, &pWTVoice->gainRight);
    [all...]
eas_fmsynth.c 420 /* calculate pan gain values only if stereo output */
422 temp = (EAS_I32) pChannel->pan - 64;
423 temp += (EAS_I32) pRegion->pan;
428 pFMVoice->pan = (EAS_I8) temp;
832 vCfg.pan = pFMVoice->pan;
eas_fmengine.c 195 * Assign the left and right gain values corresponding to the given pan value.
208 static void FM_CalculatePan (EAS_I16 pan, EAS_U16 *pGainLeft, EAS_U16 *pGainRight)
223 Get the Midi CC10 pan value for this voice's channel
224 convert the pan value to an "angle" representation suitable for
230 nNetAngle = ((EAS_I32) pan) << (NUM_EG1_FRAC_BITS -7);
518 /* calculate pan */
520 FM_CalculatePan(vCfg->pan, &pVoice->gainLeft, &pVoice->gainRight);
eas_synth.h 216 EAS_U8 pan; /* CC10 */ member in struct:s_synth_channel_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h 157 EAS_I8 pan; member in struct:s_articulation_tag
200 EAS_I8 pan; member in struct:s_dls_articulation_tag
277 EAS_I8 pan; member in struct:s_fm_region_tag
eas_wtsynth.c 315 EAS_INT pan; local
364 Get the Midi CC10 pan value for this voice's channel
365 convert the pan value to an "angle" representation suitable for
370 pan = (EAS_INT) pSynth->channels[pVoice->channel & 15].pan - 64;
371 pan += pArt->pan;
372 EAS_CalcPanControl(pan, &pWTVoice->gainLeft, &pWTVoice->gainRight);
    [all...]
eas_dlssynth.c 340 EAS_CalcPanControl((EAS_INT) pChannel->pan - 64 + (EAS_INT) pDLSArt->pan, &pWTVoice->gainLeft, &pWTVoice->gainRight);
eas_synth.h 216 EAS_U8 pan; /* CC10 */ member in struct:s_synth_channel_tag
  /external/ganymed-ssh2/examples/
SwingShell.java 110 JPanel pan = new JPanel(); local
111 pan.setLayout(new BoxLayout(pan, BoxLayout.Y_AXIS));
118 pan.add(contentLabel);
126 pan.add(passwordField);
128 pan.add(answerField);
142 getContentPane().add(BorderLayout.CENTER, pan);
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 245 EAS_U8 pan; /* CC10 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 245 EAS_U8 pan; /* CC10 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 250 EAS_U8 pan; /* CC10 */ member in struct:s_midi_controllers_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 144 unsigned char pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_layer
280 __u8 pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 144 unsigned char pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_layer
280 __u8 pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 147 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 144 unsigned char pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_layer
280 __u8 pan; /* pan offset from CC1 (0 left - 127 right) */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 147 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
  /external/webkit/Source/WebCore/platform/audio/
HRTFPanner.cpp 114 void HRTFPanner::pan(double desiredAzimuth, double elevation, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) function in class:WebCore::HRTFPanner
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 120 BluetoothProfile.PAN);
155 BluetoothPan pan = mBluetoothPan.get(); local
156 if (pan != null && pan.isTetheringOn()) {
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 109 m_panner->pan(azimuth, elevation, source, destination, framesToProcess);

Completed in 1739 milliseconds

12 3