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

1 2 3 4

  /external/adhd/cras/src/server/
softvol_curve.c 14 0.003162, /* volume 0 */
114 1.000000, /* volume 100 */
120 unsigned int volume; local
129 /* When software volume is used, it is assumed all volume curve values
134 for (volume = 0; volume <= MAX_VOLUME; volume++) {
135 scalers[volume] = convert_softvol_scaler_from_dB(
136 curve->get_dBFS(curve, volume));
    [all...]
cras_hfp_iodev.c 132 size_t volume; local
135 volume = cras_system_get_volume();
137 volume = cras_iodev_adjust_node_volume(iodev->active_node, volume);
139 hfp_event_speaker_gain(hfpio->slc, volume);
265 node->volume = 100;
  /bootable/recovery/
fsck_unshare_blocks.cpp 76 Volume* volume = volume_for_mount_point(partition); local
77 if (!volume) {
82 LOG(INFO) << "Running e2fsck on device " << volume->blk_device;
85 volume->blk_device };
  /developers/build/prebuilts/gradle/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
Planet.java 27 private String volume; field in class:Planet
35 String volume,
42 this.volume = volume;
63 return volume;
  /developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
Planet.java 27 private String volume; field in class:Planet
35 String volume,
42 this.volume = volume;
63 return volume;
  /development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
Planet.java 27 private String volume; field in class:Planet
35 String volume,
42 this.volume = volume;
63 return volume;
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 95 const CVolume &volume = _volumes.Front(); local
96 const CArchiveDatabaseEx &_db = volume.Database;
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
eas_tcdata.h 54 EAS_U8 volume; /* volume */ member in struct:__anon39329
eas_imelodydata.h 66 EAS_U8 volume; /* current volume */ member in struct:__anon39309
eas_data.h 77 EAS_U8 volume; member in struct:s_eas_stream_tag
81 /* default master volume is -10dB */
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer.h 25 int volume; member in struct:webrtc::DtmfEvent
33 volume(0),
40 volume(vol),
dtmf_buffer_unittest.cc 32 static uint32_t MakeDtmfPayload(int event, bool end, int volume, int duration) {
37 // | event |E|R| volume | duration |
41 payload |= (volume & 0x003F) << 16;
53 && a.volume == b.volume);
65 int volume = 17; local
68 uint32_t payload = MakeDtmfPayload(event_no, end_bit, volume, duration);
78 EXPECT_EQ(volume, event.volume);
87 int volume = 17 local
122 int volume = 17; local
148 int volume = 1; local
192 int volume = 1; local
233 int volume = 1; local
269 int volume = 1; local
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc 16 // The hardware volume may be more coarsely quantized than [0, 255], so
29 void SetAndVerifyMicVolume(unsigned int volume) {
30 bool success = voe_volume_control_->SetMicVolume(volume) == 0;
35 TEST_LOG("Failed to set microphone volume to %u.\n", volume);
45 EXPECT_EQ(volume, test_volume);
47 TEST_LOG("Failed to get the microphone volume.");
87 // Valid volume range: [0, 255]
99 unsigned int volume = 1000; local
100 EXPECT_EQ(0, voe_volume_control_->GetSpeakerVolume(volume));
112 unsigned int volume; local
139 unsigned int volume; local
163 unsigned int volume = 1000; local
    [all...]
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Util.java 76 Pattern.compile("^(?<volume>[A-Za-z]:)\\\\(?<path>.*)$");
93 String volume = windowsLocalMatcher.group("volume"); local
96 return new URL("file:" + volume + "/" + path.replace(" ", "%20"));
  /external/sonic/
main.c 6 pitch, and scale volume. */
23 float volume,
36 sonicSetVolume(stream, volume);
67 " -v volume -- Scale volume by a constant factor.\n");
80 float volume = 1.0f; local
114 volume = atof(argv[xArg]);
115 printf("Setting volume to %0.2f\n", volume);
134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality
    [all...]
Main.java 26 float volume,
41 sonic.setVolume(volume);
66 float volume = 1.0f; local
79 runSonic(stream, line, speed, pitch, rate, volume, emulateChordPitch, quality,
  /external/adhd/cras/src/common/
cras_iodev_info.h 38 * volume - per-node volume (0-100)
55 uint32_t volume; member in struct:cras_ionode_info
69 * IONODE_ATTR_VOLUME - set the node's output volume.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 30 private float volume; field in class:TrackMetaData
116 return volume;
119 public void setVolume(float volume) {
120 this.volume = volume;
  /external/webrtc/talk/media/webrtc/
webrtcvoe.h 103 webrtc::VoEVolumeControl* volume)
111 volume_(volume) {
121 webrtc::VoEVolumeControl* volume() const { return volume_.get(); } function in class:cricket::VoEWrapper
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 188 VoEVolumeControl* volume = VoEVolumeControl::GetInterface(voe_); local
191 volume->SetOutputVolumePan(channel_, 1, 0);
193 volume->SetOutputVolumePan(channel_, 0, 1);
203 volume->Release();
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcess.h 59 int32_t volumeAdjust(int32_t value, int32_t volume)
61 return 2 * mulRL(0, value, volume); // Note: only use top 16b
66 float volumeAdjust(float value, float volume)
68 return value * volume;
92 inline void volume(TO*& out, TO gain) { function in class:android::Accumulator
94 Accumulator<CHANNELS-1, TO>::volume(out, gain);
108 inline void volume(TO*& out __unused, TO gain __unused) { function in class:android::Accumulator
166 * the negative half FIR dot product, accumulates, and then applies the volume.
217 accum.volume(tmp_out, volumeLR[0]);
290 * @param volumeLR is a pointer to an array of two 32 bit volume values, one per stereo channel
    [all...]
  /frameworks/base/cmds/bootanimation/iot/
BootParameters.cpp 42 constexpr const char *kKeyLegacyVolume = "volume";
151 int volume = 0; local
156 volume = jsonValue.asInt();
165 // 1. The volume is neither 0 nor -1000 (the legacy default value).
168 mProto.set_silent_boot((volume == 0) || (volume == -1000) || bootAnimationDisabled);
  /bionic/libc/kernel/uapi/linux/caif/
caif_socket.h 71 char volume[16]; member in struct:sockaddr_caif::__anon496::__anon500
  /bionic/libc/kernel/uapi/sound/
asound_fm.h 36 unsigned char volume; member in struct:snd_dm_fm_voice

Completed in 703 milliseconds

1 2 3 4