/external/webrtc/webrtc/modules/audio_device/dummy/ |
audio_device_dummy.cc | 118 int32_t AudioDeviceDummy::SpeakerVolumeStepSize(uint16_t& stepSize) const { 140 int32_t AudioDeviceDummy::MicrophoneVolumeStepSize(uint16_t& stepSize) const {
|
file_audio_device.h | 109 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const override; 117 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const override;
|
file_audio_device.cc | 342 int32_t FileAudioDevice::SpeakerVolumeStepSize(uint16_t& stepSize) const { 364 int32_t FileAudioDevice::MicrophoneVolumeStepSize(uint16_t& stepSize) const {
|
/external/webrtc/webrtc/modules/audio_device/include/ |
audio_device.h | 123 virtual int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const = 0; 131 virtual int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const = 0;
|
fake_audio_device.h | 84 virtual int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const { return 0; } 90 virtual int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const {
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_not_implemented_ios.mm | 90 int32_t AudioDeviceIOS::SpeakerVolumeStepSize(uint16_t& stepSize) const { 240 int32_t AudioDeviceIOS::MicrophoneVolumeStepSize(uint16_t& stepSize) const {
|
audio_device_ios.h | 119 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const override; 125 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const override;
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.h | 102 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const override; 110 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const override;
|
audio_mixer_manager_pulse_linux.cc | 373 AudioMixerManagerLinuxPulse::SpeakerVolumeStepSize(uint16_t& stepSize) const 385 stepSize = 1; 389 "size=%i", stepSize); 932 uint16_t& stepSize) const 965 stepSize = static_cast<uint16_t> ((PA_VOLUME_NORM + 1) / _paVolSteps); 969 " => size=%i", stepSize); [all...] |
audio_device_pulse_linux.h | 164 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const override; 172 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const override;
|
/external/pdfium/third_party/libopenjpeg20/ |
dwt.c | 121 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize); 375 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize) { 377 p = opj_int_floorlog2(stepsize) - 13; 378 n = 11 - opj_int_floorlog2(stepsize); 379 bandno_stepsize->mant = (n < 0 ? stepsize >> -n : stepsize << n) & 0x7ff; 531 OPJ_FLOAT64 stepsize; local 539 stepsize = 1.0; 542 stepsize = (1 << (gain)) / norm; 544 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]) [all...] |
t1.c | 266 OPJ_FLOAT64 stepsize, 277 OPJ_FLOAT64 stepsize, [all...] |
0003-dwt-decode.patch | 41 @@ -124,10 +122,10 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_st 117 @@ -385,7 +390,7 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_st
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imaadpcm.c | 228 EAS_INT stepSize; 230 /* get stepsize from table */ 231 stepSize = imaStepSizeTable[pState->step]; 236 delta += stepSize; 240 delta += stepSize >> 1; 244 delta += stepSize >> 2; 247 delta += stepSize >> 3;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
AbstractIntegrator.java | 54 /** Current stepsize. */ 55 protected double stepSize; 88 stepSize = Double.NaN; 166 return stepSize;
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 71 SLpermille minRate, maxRate, stepSize, rate = 1000; 76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa); 306 SLpermille minRate, maxRate, stepSize; 308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
SingleStepThroughReflectionTest.java | 26 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepSize; 97 setRequestCommand.setNextValueAsInt(StepSize.LINE);
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.h | 128 virtual int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 136 virtual int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_core_win.h | 152 virtual int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 160 virtual int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
audio_device_wave_win.h | 109 virtual int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; 117 virtual int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const;
|
/frameworks/base/core/java/android/widget/ |
RadialTimePickerView.java | 293 final int stepSize = DEGREES_FOR_ONE_HOUR; 294 int floor = (degrees / stepSize) * stepSize; 295 final int ceiling = floor + stepSize; 300 floor -= stepSize; [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 71 public int STEPSIZE = 64; 472 for (int i = 0; i < Math.ceil((double) nuSamples.size() / STEPSIZE); i++) { 474 i * STEPSIZE, // start 475 (i + 1) * STEPSIZE < nuSamples.size() ? (i + 1) * STEPSIZE : nuSamples.size()); // end
|
FragmentedMp4Builder.java | 207 int STEPSIZE = 1024; 211 for (int i = 0; i < Math.ceil((double) samples.size() / STEPSIZE); i++) { 213 i * STEPSIZE, // start 214 (i + 1) * STEPSIZE < samples.size() ? (i + 1) * STEPSIZE : samples.size()); // end
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
EventHandler.java | 42 * stepsize control provided by integrators that monitor the local 89 * the stepsize in such a way these events occur exactly at step boundaries.
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_device_template.h | 264 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const override { 295 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const override {
|