/device/asus/fugu/libaudio/ |
AudioOutput.h | 85 void setVolume(float vol);
|
/external/qemu/audio/ |
audio_int.h | 122 struct mixeng_volume vol; member in struct:SWVoiceOut 138 struct mixeng_volume vol; member in struct:SWVoiceIn
|
audio.c | 803 int samples, struct mixeng_volume *vol) 808 (void) vol; 1137 sw->conv (sw->buf, buf, swlim, &sw->vol); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
streamplayer.cpp | 177 const TInt vol = static_cast<TReal>(newvolume); local 178 iStream->SetVolume(vol);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
findhalfpel.cpp | 81 Int height = video->vol[video->currLayer]->height; 203 height = video->vol[video->currLayer]->height;
|
combined_encode.cpp | 40 Vol *currVol = video->vol[video->currLayer]; 265 Vol *currVol = video->vol[video->currLayer]; 684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
|
datapart_encode.cpp | 39 Vol *currVol = video->vol[video->currLayer]; 214 Vol *currVol = video->vol[video->currLayer];
|
rate_control.cpp | 186 Vol *currVol = video->vol[currLayer]; 294 Vol *currVol = video->vol[currLayer]; 533 Vol *currVol = video->vol[video->currLayer]; 703 Vol *currVol = video->vol[video->currLayer]; [all...] |
/frameworks/base/media/java/android/media/ |
PlayerRecord.java | 182 protected RemotePlaybackState(int id, int vol, int volMax) { 184 mVolume = vol; 206 " -- vol handling: " + mPlaybackVolumeHandling + 207 " -- vol: " + mPlaybackVolume +
|
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 84 int volID; /* VOL identifier (for tracking) */ 85 uint timeIncrementResolution;/* VOL time increment */ 92 int complexity_estDisable; /* VOL disable complexity estimation */ 93 int complexity_estMethod; /* VOL complexity estimation method */ 97 int errorResDisable; /* VOL disable error resilence mode */ 99 int useReverseVLC; /* VOL reversible VLCs */ 100 int dataPartitioning; /* VOL data partitioning */ 116 int scalability; /* VOL scalability (flag) */ 119 int refVolID; /* VOL id of reference VOL */ 203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData [all...] |
packet_util.cpp | 31 Vol *currVol = video->vol[video->currLayer];
|
vop.cpp | 74 * -- DecodeVolHeader -- Decode the header of a VOL 83 Vol *currVol; 96 currVol = video->vol[layer]; 237 * Read the VOL header entries from the bitstream 389 /* we should put it in Vol structure. 04/12/2000. */ 641 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL; 805 Vol *currVol = video->vol[video->currLayer]; [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
alsa_default.cpp | 80 static void s_set_volte_volume(int vol); [all...] |
AudioHardwareALSA.cpp | 270 int vol = lrint(v * 100.0); local 275 vol = 100 - vol; 279 mALSADevice->setVoipVolume(vol); 282 mALSADevice->setVoiceVolume(vol); 284 mALSADevice->setVoLTEVolume(vol); 296 int vol; local 305 vol = lrint((value * 0x2000) + 0.5); 308 ALOGV("Setting FM volume to %d (available range is 0 to 0x2000)\n", vol); 310 mALSADevice->setFmVolume(vol); [all...] |
/external/doclava/src/com/google/doclava/apicheck/ |
ApiFile.java | 355 boolean vol = false; 388 vol = true; 412 trans, vol, false, Converter.obtainTypeFromString(type), "", v, tokenizer.pos(),
|
/bionic/libc/kernel/uapi/linux/ |
soundcard.h | 611 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor"} 612 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor"} [all...] |
/development/ndk/platforms/android-3/include/linux/ |
soundcard.h | 568 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor"} 570 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor"} 773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
|
/development/ndk/platforms/android-L/include/linux/ |
soundcard.h | 611 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor"} 612 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor"} [all...] |
/external/kernel-headers/original/uapi/linux/ |
soundcard.h | 796 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", \ 801 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", \ [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio.h | 199 uint32_t vol; member in struct:msm_vol_info
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_audio.h | 209 uint32_t vol; member in struct:msm_vol_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
soundcard.h | 792 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", \ 797 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
soundcard.h | 792 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", \ 797 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", \ [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 568 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor"} 570 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor"} 773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
|