HomeSort by relevance Sort by last modified time
    Searched refs:numberOfValues (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.cpp 104 void AudioParam::calculateSampleAccurateValues(float* values, unsigned numberOfValues)
106 bool isSafe = context() && context()->isAudioThread() && values && numberOfValues;
111 calculateFinalValues(values, numberOfValues, true);
114 void AudioParam::calculateFinalValues(float* values, unsigned numberOfValues, bool sampleAccurate)
116 bool isGood = context() && context()->isAudioThread() && values && numberOfValues;
125 calculateTimelineValues(values, numberOfValues);
139 RefPtr<AudioBus> summingBus = AudioBus::create(1, numberOfValues, false);
140 summingBus->setChannelMemory(0, values, numberOfValues);
154 void AudioParam::calculateTimelineValues(float* values, unsigned numberOfValues)
157 // Normally numberOfValues will equal AudioNode::ProcessingSizeInFrames (the render quantum size)
    [all...]
AudioParam.h 97 // Calculates numberOfValues parameter values starting at the context's current time.
99 void calculateSampleAccurateValues(float* values, unsigned numberOfValues);
123 void calculateFinalValues(float* values, unsigned numberOfValues, bool sampleAccurate);
124 void calculateTimelineValues(float* values, unsigned numberOfValues);
AudioParamTimeline.h 63 float valuesForTimeRange(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
106 float valuesForTimeRangeImpl(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
AudioParamTimeline.cpp 155 unsigned numberOfValues,
163 for (unsigned i = 0; i < numberOfValues; ++i)
169 float value = valuesForTimeRangeImpl(startTime, endTime, defaultValue, values, numberOfValues, sampleRate, controlRate);
179 unsigned numberOfValues,
189 for (unsigned i = 0; i < numberOfValues; ++i)
204 fillToFrame = min(fillToFrame, numberOfValues);
218 for (int i = 0; i < n && writeIndex < numberOfValues; ++i) {
237 fillToFrame = min(fillToFrame, numberOfValues);
331 fillToFrame = min(fillToFrame, numberOfValues);
375 for (; writeIndex < numberOfValues; ++writeIndex
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
GetValuesTest.java 191 int numberOfValues = reply.getNextValueAsInt();
192 logWriter.println("=> Number of values = " + numberOfValues);
193 if (numberOfValues != varTags.length) {
195 + numberOfValues + " instead of "+varTags.length);
SetValuesTest.java 208 int numberOfValues = reply.getNextValueAsInt();
209 logWriter.println("=> Number of values = " + numberOfValues);
210 if (numberOfValues != varTags.length) {
212 + numberOfValues + " instead of "+varTags.length);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 188 static const unsigned numberOfValues = 256; // 2^8
194 static const unsigned numberOfValues = 256; // 2^8
201 static const unsigned numberOfValues = 65536; // 2^16
207 static const unsigned numberOfValues = 65536; // 2^16
224 result %= LimitsTrait::numberOfValues;
225 return static_cast<T>(result > LimitsTrait::maxValue ? result - LimitsTrait::numberOfValues : result);
243 numberValue = fmod(numberValue, LimitsTrait::numberOfValues);
245 return static_cast<T>(numberValue > LimitsTrait::maxValue ? numberValue - LimitsTrait::numberOfValues : numberValue);
284 return static_cast<T>(fmod(numberValue, LimitsTrait::numberOfValues));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 182 milliseconds