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

  /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:__anon7382
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:__anon7432
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/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
  /external/bluetooth/bluez/compat/
sdp.c 382 uuid_t root_uuid, pan, l2cap, bnep; local
390 char *name = "BlueZ PAN";
391 char *desc = "BlueZ PAN Service";
462 sdp_uuid16_create(&pan, NAP_SVCLASS_ID);
463 svclass = sdp_list_append(NULL, &pan);
478 sdp_uuid16_create(&pan, GN_SVCLASS_ID);
479 svclass = sdp_list_append(NULL, &pan);
491 sdp_uuid16_create(&pan, PANU_SVCLASS_ID);
492 svclass = sdp_list_append(NULL, &pan);
502 sdp_set_info_attr(record, "PAN User", name, desc)
    [all...]
  /external/bluetooth/bluez/network/
server.c 136 uuid_t root_uuid, pan, l2cap, bnep; local
156 sdp_uuid16_create(&pan, NAP_SVCLASS_ID);
157 svclass = sdp_list_append(NULL, &pan);
173 sdp_uuid16_create(&pan, GN_SVCLASS_ID);
174 svclass = sdp_list_append(NULL, &pan);
185 sdp_uuid16_create(&pan, PANU_SVCLASS_ID);
186 svclass = sdp_list_append(NULL, &pan);
302 /* Allowed PAN Profile scenarios */
  /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
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 196 milliseconds