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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.h 63 float valuesForTimeRange(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
AudioParam.cpp 164 m_value = m_timeline.valuesForTimeRange(startTime, endTime, narrowPrecisionToFloat(m_value), values, numberOfValues, sampleRate, sampleRate);
AudioParamTimeline.cpp 134 value = valuesForTimeRange(startTime, endTime, defaultValue, &value, 1, sampleRate, controlRate);
140 float AudioParamTimeline::valuesForTimeRange(

Completed in 31 milliseconds