/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmengine.h | 93 EAS_I8 pan; /* pan value +/-64 */ member in struct:__anon5709
|
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_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_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...] |
/development/pdk/docs/porting/ |
bluetooth.jd | 179 <li> <strong>Tethering - DUN and PAN Support</strong><br /> 180 Cupcake features some early work—Bluez has has DUN and PAN daemons which get compiled and <code>external/bluez/utils/dun/Android.mk 181 external/bluez/utils/pan/Android.mk
|
/external/webkit/WebKit/win/ |
WindowsTouch.h | 57 // Pan Gesture Configuration Flags
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListWithOffScreenNextSelectableTest.java | 56 // when the next items on screen are not selectable, we pan until the next selectable item
|
/frameworks/base/tests/ImfTest/ |
AndroidManifest.xml | 24 <activity android:name=".samples.BigEditTextActivityNonScrollablePanScan" android:label="Big ET !Scroll Pan/Scan"> 48 <activity android:name=".samples.BigEditTextActivityScrollablePanScan" android:label="Big ET Scroll Pan/Scan">
|
/external/sonivox/arm-fm-22k/lib_src/ |
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_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_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
|
/system/netd/ |
CommandListener.cpp | 551 NetdCommand("pan") { 570 asprintf(&tmp, "Pan services %s", 576 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown pan cmd", false); 581 cli->sendMsg(ResponseCode::CommandOkay, "Pan operation succeeded", false); 583 cli->sendMsg(ResponseCode::OperationFailed, "Pan operation failed", true);
|
/frameworks/base/docs/html/resources/articles/ |
on-screen-inputs.jd | 42 and IME, we use a few approaches; the one shown here is called <em>pan and 84 <li>Use pan and scan mode by default, unless it can reasonably guess that 156 of this is controlling resize vs. pan and scan mode, but there are other things
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
dsound.h | 233 * The control (vol,pan,etc.) requested by the caller is not available.
343 #define DSBCAPS_CTRLDEFAULT 0x000000E0 // Pan + volume + frequency.
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DSOUND.H | 233 * The control (vol,pan,etc.) requested by the caller is not available.
343 #define DSBCAPS_CTRLDEFAULT 0x000000E0 // Pan + volume + frequency.
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 160 struct vdec_vc1_panscan_regions panscan; /* pan region */
|
/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
|
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/ |
TransformTestActivity.java | 149 // Handling single finger pan
|
/external/qemu/audio/ |
fmodaudio.c | 371 128, /* pan */ 437 128, /* 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...] |
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-mapview.jd | 8 shows a map the user can pan and zoom. In Part 2, you'll add overlay items that mark 120 display map tiles and allow the user to pan around the map. But there's no ability to zoom.
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 108 keypresses and touch gestures to pan and zoom the map automatically, including
|
/packages/apps/Settings/res/values-cs/ |
arrays.xml | 70 <item msgid="5811378076054402537">"?pan?l?tina"</item>
|