Home
last modified time | relevance | path

Searched defs:stepSize (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/content/browser/resources/media/
Ddata_series.js87 getValues: function(startTime, stepSize, count) { argument
106 getValuesInternal_: function(startTime, stepSize, count) { argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRatingBar.java24 final float stepSize = attributeSet.getAttributeFloatValue("android", "stepSize", -1); in applyAttributes() local
77 public void setStepSize(float stepSize) { in setStepSize()
/external/chromium_org/chrome/browser/resources/net_internals/
Dtimeline_data_series.js80 getValues: function(startTime, stepSize, count) { argument
105 getValuesInternal_: function(startTime, stepSize, count) { argument
269 getValuesInternal_: function(startTime, stepSize, count) { argument
/external/sonivox/arm-wt-22k/lib_src/
Deas_imaadpcm.c228 EAS_INT stepSize; in IMADecoderADPCM() local
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_imaadpcm.c228 EAS_INT stepSize; in IMADecoderADPCM() local
/external/sonivox/arm-fm-22k/lib_src/
Deas_imaadpcm.c228 EAS_INT stepSize; in IMADecoderADPCM() local
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
Dfake_audio_device.h84 virtual int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const { return 0; } in SpeakerVolumeStepSize()
90 virtual int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const { in MicrophoneVolumeStepSize()
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
Daudio_device_template.h219 uint16_t& stepSize) const { // NOLINT in SpeakerVolumeStepSize()
248 uint16_t& stepSize) const { // NOLINT in MicrophoneVolumeStepSize()
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc181 uint16_t stepSize(0); in RecordedDataIsAvailable() local
206 uint16_t stepSize(0); in RecordedDataIsAvailable() local
465 uint16_t stepSize(0); in NeedMorePlayData() local
Daudio_device_test_api.cc908 uint16_t stepSize(0); in TEST_F() local
1052 uint16_t stepSize(0); in TEST_F() local
/external/aac/libSBRenc/src/
Dton_corr.h119 INT stepSize; /*!< Stride for the lpc estimate. */ member
Dton_corr.cpp134 INT stepSize = hTonCorr->stepSize; in FDKsbrEnc_CalculateTonalityQuotas() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1721 public ReplyPacket setStep(String threadName, int stepSize, int stepDepth) { in setStep()
1755 int stepSize, int stepDepth) { in setStep()