/external/chromium_org/chrome/browser/resources/net_internals/ |
D | timeline_data_series.js | 80 getValues: function(startTime, stepSize, count) { argument 83 this.cacheStepSize_ == stepSize && 89 this.cacheValues_ = this.getValuesInternal_(startTime, stepSize, count); 91 this.cacheStepSize_ = stepSize; 105 getValuesInternal_: function(startTime, stepSize, count) { argument 117 time += stepSize; 269 getValuesInternal_: function(startTime, stepSize, count) { argument 273 this.dataPoints_[nextPoint].time < startTime - stepSize) { 290 values[i] = 1000 * transferred / stepSize; 291 time += stepSize;
|
D | timeline_graph_view.js | 599 var stepSize = Math.pow(10, -maxDecimalDigits); 614 if (Math.ceil(maxValue / stepSize) + 1 <= maxLabels) 617 if (Math.ceil(maxValue / (stepSize * 2)) + 1 <= maxLabels) { 618 stepSize *= 2; 622 if (Math.ceil(maxValue / (stepSize * 5)) + 1 <= maxLabels) { 623 stepSize *= 5; 626 stepSize *= 10; 632 this.max_ = Math.ceil(maxValue / stepSize) * stepSize; 635 for (var label = this.max_; label >= 0; label -= stepSize)
|
/external/chromium_org/content/browser/resources/media/ |
D | data_series.js | 87 getValues: function(startTime, stepSize, count) { argument 90 this.cacheStepSize_ == stepSize && 96 this.cacheValues_ = this.getValuesInternal_(startTime, stepSize, count); 98 this.cacheStepSize_ = stepSize; 106 getValuesInternal_: function(startTime, stepSize, count) { argument 118 time += stepSize;
|
D | timeline_graph_view.js | 418 var stepSize = Math.pow(10, -maxDecimalDigits); 433 if (Math.ceil(range / stepSize) + 1 <= maxLabels) 436 if (Math.ceil(range / (stepSize * 2)) + 1 <= maxLabels) { 437 stepSize *= 2; 441 if (Math.ceil(range / (stepSize * 5)) + 1 <= maxLabels) { 442 stepSize *= 5; 445 stepSize *= 10; 451 this.max_ = Math.ceil(maxValue / stepSize) * stepSize; 452 this.min_ = Math.floor(minValue / stepSize) * stepSize; 455 for (var label = this.max_; label >= this.min_; label -= stepSize)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRatingBar.java | 24 final float stepSize = attributeSet.getAttributeFloatValue("android", "stepSize", -1); in applyAttributes() local 30 if (stepSize >= 0) { in applyAttributes() 31 setStepSize(stepSize); in applyAttributes() 77 public void setStepSize(float stepSize) { in setStepSize() argument 78 if (stepSize <= 0) { in setStepSize() 82 final float newMax = mNumStars / stepSize; in setStepSize()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imaadpcm.c | 228 EAS_INT stepSize; in IMADecoderADPCM() local 231 stepSize = imaStepSizeTable[pState->step]; in IMADecoderADPCM() 236 delta += stepSize; in IMADecoderADPCM() 240 delta += stepSize >> 1; in IMADecoderADPCM() 244 delta += stepSize >> 2; in IMADecoderADPCM() 247 delta += stepSize >> 3; in IMADecoderADPCM()
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_imaadpcm.c | 228 EAS_INT stepSize; in IMADecoderADPCM() local 231 stepSize = imaStepSizeTable[pState->step]; in IMADecoderADPCM() 236 delta += stepSize; in IMADecoderADPCM() 240 delta += stepSize >> 1; in IMADecoderADPCM() 244 delta += stepSize >> 2; in IMADecoderADPCM() 247 delta += stepSize >> 3; in IMADecoderADPCM()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_imaadpcm.c | 228 EAS_INT stepSize; in IMADecoderADPCM() local 231 stepSize = imaStepSizeTable[pState->step]; in IMADecoderADPCM() 236 delta += stepSize; in IMADecoderADPCM() 240 delta += stepSize >> 1; in IMADecoderADPCM() 244 delta += stepSize >> 2; in IMADecoderADPCM() 247 delta += stepSize >> 3; in IMADecoderADPCM()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
D | audio_mixer_manager_alsa_linux.h | 33 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 49 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
D | audio_mixer_manager_pulse_linux.h | 40 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 58 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
D | audio_mixer_manager_alsa_linux.cc | 593 uint16_t& stepSize) const in SpeakerVolumeStepSize() 604 stepSize = 1; in SpeakerVolumeStepSize() 1125 uint16_t& stepSize) const in MicrophoneVolumeStepSize() 1136 stepSize = 1; in MicrophoneVolumeStepSize()
|
D | audio_mixer_manager_pulse_linux.cc | 369 AudioMixerManagerLinuxPulse::SpeakerVolumeStepSize(uint16_t& stepSize) const in SpeakerVolumeStepSize() 381 stepSize = 1; in SpeakerVolumeStepSize() 977 uint16_t& stepSize) const in MicrophoneVolumeStepSize() 1021 stepSize = static_cast<uint16_t> ((PA_VOLUME_NORM + 1) / _paVolSteps); in MicrophoneVolumeStepSize()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.h | 31 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 49 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 219 uint16_t& stepSize) const { // NOLINT in SpeakerVolumeStepSize() argument 220 return output_.SpeakerVolumeStepSize(stepSize); in SpeakerVolumeStepSize() 248 uint16_t& stepSize) const { // NOLINT in MicrophoneVolumeStepSize() argument 249 return input_.MicrophoneVolumeStepSize(stepSize); in MicrophoneVolumeStepSize()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | audio_device_test_api.cc | 908 uint16_t stepSize(0); in TEST_F() local 918 EXPECT_EQ(-1, audio_device_->SpeakerVolumeStepSize(&stepSize)); in TEST_F() 942 EXPECT_EQ(0, audio_device_->SpeakerVolumeStepSize(&stepSize)); in TEST_F() 943 for (vol = minVolume; vol < (int)maxVolume; vol += 20*stepSize) { in TEST_F() 958 EXPECT_EQ(0, audio_device_->SpeakerVolumeStepSize(&stepSize)); in TEST_F() 960 step = (step < stepSize ? stepSize : step); in TEST_F() 977 EXPECT_EQ(0, audio_device_->SpeakerVolumeStepSize(&stepSize)); in TEST_F() 979 step = (step < stepSize ? stepSize : step); in TEST_F() 1052 uint16_t stepSize(0); in TEST_F() local 1062 EXPECT_EQ(-1, audio_device_->MicrophoneVolumeStepSize(&stepSize)); in TEST_F() [all …]
|
D | func_test_manager.cc | 181 uint16_t stepSize(0); in RecordedDataIsAvailable() local 184 EXPECT_EQ(0, _audioDevice->MicrophoneVolumeStepSize(&stepSize)); in RecordedDataIsAvailable() 191 int stepScale = (int) ((maxVolume - minVolume) / (stepSize * 10)); in RecordedDataIsAvailable() 192 volume += (stepScale * stepSize); in RecordedDataIsAvailable() 206 uint16_t stepSize(0); in RecordedDataIsAvailable() local 209 EXPECT_EQ(0, _audioDevice->MicrophoneVolumeStepSize(&stepSize)); in RecordedDataIsAvailable() 216 int stepScale = (int) ((maxVolume - minVolume) / (stepSize * 10)); in RecordedDataIsAvailable() 217 newMicLevel = currentMicLevel + (stepScale * stepSize); in RecordedDataIsAvailable() 465 uint16_t stepSize(0); in NeedMorePlayData() local 468 EXPECT_EQ(0, _audioDevice->SpeakerVolumeStepSize(&stepSize)); in NeedMorePlayData() [all …]
|
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/ |
D | audio_device_dummy.cc | 118 int32_t AudioDeviceDummy::SpeakerVolumeStepSize(uint16_t& stepSize) const { in SpeakerVolumeStepSize() 140 int32_t AudioDeviceDummy::MicrophoneVolumeStepSize(uint16_t& stepSize) const { in MicrophoneVolumeStepSize()
|
D | audio_device_dummy.h | 90 virtual int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const OVERRIDE; 98 virtual int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const OVERRIDE;
|
D | file_audio_device.h | 107 virtual int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const OVERRIDE; 115 virtual int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.h | 60 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 76 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
D | audio_device_generic.h | 91 uint16_t& stepSize) const = 0; 102 uint16_t& stepSize) const = 0;
|
D | audio_device_impl.cc | 840 int32_t AudioDeviceModuleImpl::SpeakerVolumeStepSize(uint16_t* stepSize) const in SpeakerVolumeStepSize() 852 *stepSize = delta; in SpeakerVolumeStepSize() 854 WEBRTC_TRACE(kTraceStateInfo, kTraceAudioDevice, _id, "output: stepSize=%u", *stepSize); in SpeakerVolumeStepSize() 1378 int32_t AudioDeviceModuleImpl::MicrophoneVolumeStepSize(uint16_t* stepSize) const in MicrophoneVolumeStepSize() 1389 *stepSize = delta; in MicrophoneVolumeStepSize() 1391 WEBRTC_TRACE(kTraceStateInfo, kTraceAudioDevice, _id, "output: stepSize=%u", *stepSize); in MicrophoneVolumeStepSize()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/include/ |
D | fake_audio_device.h | 84 virtual int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const { return 0; } in SpeakerVolumeStepSize() argument 90 virtual int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const { in MicrophoneVolumeStepSize() argument
|
D | audio_device.h | 121 virtual int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const = 0; 129 virtual int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const = 0;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.h | 103 virtual int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 111 virtual int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|