HomeSort by relevance Sort by last modified time
    Searched defs:pan (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/audio/
EqualPowerPanner.cpp 49 void EqualPowerPanner::pan(double azimuth, double /*elevation*/, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) function in class:WebCore::EqualPowerPanner
70 // Pan smoothly from left to right with azimuth going from -30 -> +30 degrees.
HRTFPanner.cpp 114 void HRTFPanner::pan(double desiredAzimuth, double elevation, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) function in class:WebCore::HRTFPanner
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.h 70 EAS_I8 pan; /* stereo pan value (-64 to +64) */ member in struct:s_fm_voice_tag
eas_fmengine.h 93 EAS_I8 pan; /* pan value +/-64 */ member in struct:__anon15194
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_synth.h 216 EAS_U8 pan; /* CC10 */ member in struct:s_synth_channel_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.h 70 EAS_I8 pan; /* stereo pan value (-64 to +64) */ member in struct:s_fm_voice_tag
eas_fmengine.h 93 EAS_I8 pan; /* pan value +/-64 */ member in struct:__anon15244
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_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_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-wt-22k/lib_src/
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_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_synth.h 216 EAS_U8 pan; /* CC10 */ member in struct:s_synth_channel_tag
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1171 BluetoothPan pan = new BluetoothPan(context, listener); local
1209 BluetoothPan pan = (BluetoothPan)proxy; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /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
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 17 package com.android.bluetooth.pan;
57 * Provides Bluetooth Pan Device profile, as a service in
227 Log.w(TAG,"Pan call not allowed for non-active user");
290 Log.e(TAG, "Pan Device not disconnected: " + device);
330 //drop any existing panu or pan-nap connection when changing the tethering state
403 Log.e(TAG, "bad pan connection state: " + halState);
474 Log.d(TAG, "Pan Device state : device: " + device + " State:" +
476 notifyProfileConnectionStateChanged(device, BluetoothProfile.PAN, state, prevState);
546 if (DBG) Log.d(TAG, "Max PAN device connections reached");
586 private int mLocalRole; // Which local role is this PAN device bound t
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 120 BluetoothProfile.PAN);
155 BluetoothPan pan = mBluetoothPan.get(); local
156 if (pan != null && pan.isTetheringOn()) {
  /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

Completed in 486 milliseconds

1 2