HomeSort by relevance Sort by last modified time
    Searched full:numberofvalues (Results 1 - 17 of 17) 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...]
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...]
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);
  /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/libmtp/src/
ptp-pack.c 758 #define N dpd->FORM.Enum.NumberOfValues
777 dpd->FORM.Enum.NumberOfValues = i;
827 #define N opd->FORM.Enum.NumberOfValues
846 opd->FORM.Enum.NumberOfValues = i;
    [all...]
libmtp.c     [all...]
ptp.c     [all...]
ptp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 100 ULONG NumberOfValues;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusImaging.h 238 ULONG NumberOfValues; // Number of the parameter values
  /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 
  /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 

Completed in 918 milliseconds